Module: Fastlane::GsProjectFlowIos

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

Constant Summary collapse

VERSION =
"0.4.36"

Class Method Summary collapse

Class Method Details

.all_classesObject

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



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

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