Class: Tinker

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/centuria/commands/tinker.rb

Instance Method Summary collapse

Instance Method Details

#tinkerObject



6
7
8
9
# File 'lib/centuria/commands/tinker.rb', line 6

def tinker
  puts "Centuria #{Centuria.version}"
  IRB.start(ARGV.shift)
end