Class: Alloy::Task::Build

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

Defined Under Namespace

Classes: Chore

Instance Method Summary collapse

Instance Method Details

#androidObject



14
15
16
# File 'lib/alloy/task/build.rb', line 14

def android
  Chore::build_and_run_android
end

#iphoneObject



9
10
11
# File 'lib/alloy/task/build.rb', line 9

def iphone
  Chore::build_and_run_iphone
end