Pry::ClassCommand
# File lib/pry/commands/pry_version.rb, line 11 def process output.puts "Pry version: #{Pry::VERSION} on Ruby #{RUBY_VERSION}." end