Method: Fastlane::Helper::AdbHelper#device_avalaible?

Defined in:
fastlane/lib/fastlane/helper/adb_helper.rb

#device_avalaible?(serial) ⇒ Boolean

Returns:



42
43
44
45
# File 'fastlane/lib/fastlane/helper/adb_helper.rb', line 42

def device_avalaible?(serial)
  UI.deprecated("Please use `device_available?` instead... This will be removed in a future version of fastlane")
  device_available?(serial)
end