Class: RubyNEAT::Cli::Console

Inherits:
Thor
  • Object
show all
Defined in:
lib/rubyneat/cli/console.rb

Class Method Summary collapse

Class Method Details

.default_commandObject Also known as: default_task



8
9
10
11
12
13
# File 'lib/rubyneat/cli/console.rb', line 8

def default_command
  # TODO: maybe dynamically set it in Rakefile and then retrieve from ENV?
  # require "#{$calling_gem_name}"
  ARGV.clear
  IRB.start
end