Module: Fastlane::Periphery

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

Constant Summary collapse

VERSION =
"0.2.2"

Class Method Summary collapse

Class Method Details

.all_classesObject



5
6
7
# File 'lib/fastlane/plugin/periphery.rb', line 5

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