lib/boson/runners/console_runner.rb in boson-0.2.0 vs lib/boson/runners/console_runner.rb in boson-0.2.1
- old
+ new
@@ -3,11 +3,10 @@
# require 'boson'
# Boson.start
class ConsoleRunner < Runner
class <<self
# Starts Boson by loading configured libraries. If no default libraries are specified in the config,
- # it will load up all detected libraries.
- # ==== Options
+ # it will load up all detected libraries. Options:
# [:libraries] Array of libraries to load.
# [:verbose] Boolean to be verbose about libraries loading. Default is true.
# [:no_defaults] Boolean which turns off loading any default libraries. Default is false.
# [:autoload_libraries] Boolean which makes any command execution easier. It redefines
# method_missing on Boson.main_object so that commands with unloaded
\ No newline at end of file