Class: Totem::ShellCmds::Console
- Defined in:
- lib/totem/shell_cmds/console.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Totem::ShellCmds::Base
Instance Method Details
#run ⇒ Object
6 7 8 9 |
# File 'lib/totem/shell_cmds/console.rb', line 6 def run ARGV.clear IRB.start end |