Class: Perc::Cli
- Inherits:
-
Thor
- Object
- Thor
- Perc::Cli
- Defined in:
- lib/perc/cli.rb
Instance Method Summary collapse
Instance Method Details
#console ⇒ Object
7 8 9 10 11 |
# File 'lib/perc/cli.rb', line 7 def console ARGV.shift # so irb doesn't explode require 'irb' IRB.start(Perc.app.root) end |