Class: Alloy::Task::Clean

Inherits:
Thor
  • Object
show all
Defined in:
lib/alloy/task/clean.rb

Defined Under Namespace

Classes: Chore

Instance Method Summary collapse

Instance Method Details

#androidObject



13
14
15
# File 'lib/alloy/task/clean.rb', line 13

def android
  Chore::clean_up_android
end

#iphoneObject



8
9
10
# File 'lib/alloy/task/clean.rb', line 8

def iphone
  Chore::clean_up_iphone
end