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