Module: Fastlane::GitStatusClean

Defined in:
lib/fastlane/plugin/git_status_clean.rb,
lib/fastlane/plugin/git_status_clean/version.rb

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



6
7
8
# File 'lib/fastlane/plugin/git_status_clean.rb', line 6

def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end