Method: Calabash::Android::Operations::Device#adb_command

Defined in:
lib/calabash-android/operations.rb

#adb_commandObject



517
518
519
# File 'lib/calabash-android/operations.rb', line 517

def adb_command
  "#{Env.adb_path} -s #{serial}"
end