Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of ruby-head (Ruby 2.5.0-dev) #65

Merged
merged 1 commit into from
Aug 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Allow use of ruby-head (Ruby 2.5.0-dev)
  • Loading branch information
koic committed Jan 2, 2017
commit 290734106353e07d45e5f829ede8bec48bb775bb
2 changes: 1 addition & 1 deletion lib/pry-doc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module PryDoc
def self.load_yardoc(version)
path = "#{File.dirname(__FILE__)}/pry-doc/docs/#{version}"
unless File.directory?(path)
raise "#{RUBY_ENGINE}/#{RUBY_VERSION} isn't supported by this pry-doc version"
puts "#{RUBY_ENGINE}/#{RUBY_VERSION} isn't supported by this pry-doc version"
end

# Do not use pry-doc if Rubinius is active.
Expand Down