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