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