Class: Bricky::Command
- Inherits:
-
Thor
- Object
- Thor
- Bricky::Command
- Defined in:
- lib/bricky/command.rb
Instance Method Summary collapse
Instance Method Details
#bootstrap ⇒ Object
20 21 22 23 24 |
# File 'lib/bricky/command.rb', line 20 def bootstrap requirements.check_and_execute do dispatch(:bootstrap) end end |
#builder ⇒ Object
28 29 30 31 32 |
# File 'lib/bricky/command.rb', line 28 def builder requirements.check_and_execute do dispatch(:builder) end end |
#install ⇒ Object
15 16 17 |
# File 'lib/bricky/command.rb', line 15 def install dispatch(:install) end |