Module: Fastlane::PaperToolsBuilds

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

Overview

Loads every action and helper the plugin ships, the way fastlane expects a plugin's entry point to.

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.all_classesObject



7
8
9
# File 'lib/fastlane/plugin/paper_tools_builds.rb', line 7

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