Module: Fastlane::RedmineFileUpload

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

Constant Summary collapse

VERSION =
"4.0.2"

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/redmine_file_upload.rb', line 6

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