Class: Alloy::Task::Build
- Inherits:
-
Thor
- Object
- Thor
- Alloy::Task::Build
- Defined in:
- lib/alloy/task/build.rb
Defined Under Namespace
Classes: Chore
Instance Method Summary collapse
Instance Method Details
#android ⇒ Object
14 15 16 |
# File 'lib/alloy/task/build.rb', line 14 def android Chore::build_and_run_android end |
#iphone ⇒ Object
9 10 11 |
# File 'lib/alloy/task/build.rb', line 9 def iphone Chore::build_and_run_iphone end |