6 7 8 9
# File 'lib/centuria/commands/tinker.rb', line 6 def tinker puts "Centuria #{Centuria.version}" IRB.start(ARGV.shift) end