Module: Fastlane::Appmetrica
- Defined in:
- lib/fastlane/plugin/appmetrica.rb,
lib/fastlane/plugin/appmetrica/version.rb
Constant Summary collapse
- VERSION =
'0.3.0'
- CLI_VERSION =
'~> 1.0'
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/appmetrica.rb', line 6 def self.all_classes Dir[File.('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end |