class RubyNEAT::Cli::Console
Public Class Methods
default_command()
click to toggle source
# 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
Also aliased as: default_task