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