Module: Fastlane::Xambuild

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

Constant Summary collapse

VERSION =
"0.3.1"

Class Method Summary collapse

Class Method Details

.all_classesObject

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



4
5
6
# File 'lib/fastlane/plugin/xambuild.rb', line 4

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