module Fastlane::Playship

Constants

VERSION

Public Class Methods

all_classes() click to toggle source
# File lib/fastlane/plugin/playship.rb, line 8
def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end