Module: Boson::Console

Included in:
Boson
Defined in:
lib/boson/console.rb

Overview

Additional options added to Repo:

:console_defaults

Array of libraries to load at start up when used in irb. Default is to load all library files and libraries defined in the config.

:console

Console to load when using –console from commandline. Default is irb.

Instance Method Summary collapse

Instance Method Details

#start(options = {}) ⇒ Object

Start Boson by loading repositories and their configured libraries. See ConsoleRunner.start for its options.



14
15
16
# File 'lib/boson/console.rb', line 14

def start(options={})
  ConsoleRunner.start(options)
end