Module: Fastlane::Godot

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

Constant Summary collapse

VERSION =
'0.2.2'.freeze

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the "actions" and "helper" directories



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

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