add implementation to test output

This commit is contained in:
Ryan Fitzgerald 2011-09-12 19:44:59 -07:00
parent 141fdb7c76
commit ffbbe044ca
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ unless Object.const_defined? 'Pry'
require 'pry'
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 'open4'