Module: Fastlane::RavnMobile

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

Constant Summary collapse

VERSION =
'0.1.12'

Class Method Summary collapse

Class Method Details

.all_classesObject

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



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

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