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