Module: Fastlane::Flurry
- Defined in:
- lib/fastlane/plugin/flurry.rb,
lib/fastlane/plugin/flurry/version.rb
Constant Summary collapse
- VERSION =
"0.1.2"
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
10 11 12 |
# File 'lib/fastlane/plugin/flurry.rb', line 10 def self.all_classes Dir[File.('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end |