Module: Fastlane::DebugFile

Defined in:
lib/fastlane/plugin/debug_file.rb,
lib/fastlane/plugin/debug_file/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



7
8
9
# File 'lib/fastlane/plugin/debug_file.rb', line 7

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