class Pry::Command::Version

def process

def process
  output.puts "Pry version: #{Pry::VERSION} on Ruby #{RUBY_VERSION}."
end