Module: Fastlane::NativeSymbols

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

Constant Summary collapse

VERSION =
"0.3.1"

Class Method Summary collapse

Class Method Details

.all_classesObject

Autoload all Ruby files in actions and helper directories



8
9
10
11
12
# File 'lib/fastlane/plugin/native_symbols.rb', line 8

def self.all_classes
  Dir[File.expand_path("**/{actions,helper}/*.rb", __dir__)].sort.each do |file|
    require file
  end
end