Method: DataDuck::Commands.console

Defined in:
lib/dataduck/commands.rb

.consoleObject



62
63
64
65
66
# File 'lib/dataduck/commands.rb', line 62

def self.console
  require "irb"
  ARGV.clear
  IRB.start
end