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