Module: Fastlane::GithubStatus
- Defined in:
- lib/fastlane/plugin/github_status.rb,
lib/fastlane/plugin/github_status/version.rb
Constant Summary collapse
- VERSION =
"0.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
14 15 16 |
# File 'lib/fastlane/plugin/github_status.rb', line 14 def self.all_classes Dir[File.('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end |