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