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