class Tinker

Public Instance Methods

tinker() click to toggle source
# File lib/centuria/commands/tinker.rb, line 6
def tinker
  puts "Centuria #{Centuria.version}"
  IRB.start(ARGV.shift)
end