Class: Alloy::Task::Clean
- Inherits:
-
Thor
- Object
- Thor
- Alloy::Task::Clean
- Defined in:
- lib/alloy/task/clean.rb
Defined Under Namespace
Classes: Chore
Instance Method Summary collapse
Instance Method Details
#android ⇒ Object
13 14 15 |
# File 'lib/alloy/task/clean.rb', line 13 def android Chore::clean_up_android end |
#iphone ⇒ Object
8 9 10 |
# File 'lib/alloy/task/clean.rb', line 8 def iphone Chore::clean_up_iphone end |