Module: Fastlane::Maestro
- Defined in:
- lib/fastlane/plugin/maestro.rb,
lib/fastlane/plugin/maestro/version.rb,
lib/fastlane/plugin/maestro/helper/runner.rb
Defined Under Namespace
Classes: Runner
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
-
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory.
Class Method Details
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory
6 7 8 |
# File 'lib/fastlane/plugin/maestro.rb', line 6 def self.all_classes Dir[File.('**/{actions}/*.rb', File.dirname(__FILE__))] end |