Module: Fastlane::TryAdbTest

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

Constant Summary collapse

PLUGIN_VERSION =
"1.0.3"
COMPOSER_VERSION =
"0.6.0"

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



9
10
11
# File 'lib/fastlane/plugin/try_adb_test.rb', line 9

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