mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Add Slop version to test output
This commit is contained in:
parent
9a55514aa2
commit
f17808d850
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ unless Object.const_defined? 'Pry'
|
|||
require 'pry'
|
||||
end
|
||||
|
||||
puts "Ruby v#{RUBY_VERSION} (#{defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby"}), Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}, CodeRay v#{CodeRay::VERSION}"
|
||||
puts "Ruby v#{RUBY_VERSION} (#{defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby"}), Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}, CodeRay v#{CodeRay::VERSION}, Slop v#{Slop::VERSION}"
|
||||
|
||||
require 'bacon'
|
||||
require 'open4'
|
||||
|
|
Loading…
Reference in a new issue