Class: Bork::CLI
Instance Method Summary collapse
Instance Method Details
#bootstrap ⇒ Object
17 18 19 20 |
# File 'lib/bork/cli.rb', line 17 def bootstrap load_config Bork.bootstrap! end |
#init ⇒ Object
11 12 13 14 |
# File 'lib/bork/cli.rb', line 11 def init empty_directory "config" template "config/bork.rb.erb", "config/bork.rb" end |