class Pry::Command::Version

Public Instance Methods

process() click to toggle source
# File lib/pry/commands/pry_version.rb, line 14
def process
  output.puts "Pry version: #{Pry::VERSION} on Ruby #{RUBY_VERSION}."
end