Class: Fastlane::Helper::SyncDevicesHelper::Command::Noop
- Defined in:
- lib/fastlane/plugin/sync_devices/helper/sync_devices_helper/command.rb
Overview
Command to do nothing.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Instance Method Details
#description ⇒ String
41 42 43 |
# File 'lib/fastlane/plugin/sync_devices/helper/sync_devices_helper/command.rb', line 41 def description "Skipped #{device.name} (#{device.udid})" end |
#run ⇒ void
This method returns an undefined value.
36 37 38 |
# File 'lib/fastlane/plugin/sync_devices/helper/sync_devices_helper/command.rb', line 36 def run # Does nothing. end |