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