Module: Fastlane::SyncDevices

Defined in:
lib/fastlane/plugin/sync_devices.rb,
lib/fastlane/plugin/sync_devices/version.rb

Overview

Root namespace of fastlane-plugin-sync_devices plugin.

Constant Summary collapse

VERSION =

Gem version of fastlane-plugin-sync_devices.

'0.2.0'

Class Method Summary collapse

Class Method Details

.all_classesArray<String>

Returns:

  • (Array<String>)


10
11
12
# File 'lib/fastlane/plugin/sync_devices.rb', line 10

def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', __dir__)]
end