Module: Fastlane::AppstorePrecheck

Defined in:
lib/fastlane/plugin/appstore_precheck.rb,
lib/fastlane/plugin/appstore_precheck/version.rb,
lib/fastlane/plugin/appstore_precheck/helper/appstore_precheck_runner.rb

Defined Under Namespace

Modules: Runner

Constant Summary collapse

VERSION =
'0.1.0'.freeze

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the "actions" and "helper" directories



6
7
8
# File 'lib/fastlane/plugin/appstore_precheck.rb', line 6

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