Class: Totem::ShellCmds::Console

Inherits:
Base
  • Object
show all
Defined in:
lib/totem/shell_cmds/console.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Totem::ShellCmds::Base

Instance Method Details

#runObject



6
7
8
9
# File 'lib/totem/shell_cmds/console.rb', line 6

def run
  ARGV.clear
  IRB.start
end