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