1
0
Fork 0
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:
Ryan Fitzgerald 2011-09-12 19:44:59 -07:00
parent 141fdb7c76
commit ffbbe044ca

View file

@ -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'