Class: Bricky::Command
- Inherits:
-
Thor
- Object
- Thor
- Bricky::Command
- Defined in:
- lib/bricky/command.rb
Instance Method Summary collapse
Instance Method Details
#bootstrap ⇒ Object
17 18 19 |
# File 'lib/bricky/command.rb', line 17 def bootstrap Bricky::Commands::Bootstrap.execute end |
#builder ⇒ Object
22 23 24 |
# File 'lib/bricky/command.rb', line 22 def builder Bricky::Commands::Builder.execute end |
#install ⇒ Object
12 13 14 |
# File 'lib/bricky/command.rb', line 12 def install Bricky::Commands::Install.new.execute end |