Class: Rubydex::CLI::Command::Console

Inherits:
Command
  • Object
show all
Defined in:
lib/rubydex/cli/command/console.rb

Instance Method Summary collapse

Instance Method Details

#runObject

: -> void



14
15
16
17
18
# File 'lib/rubydex/cli/command/console.rb', line 14

def run
  parse_options!

  start_irb(build_graph($stderr))
end