Module: Fastlane::DotenvVault

Defined in:
lib/fastlane/plugin/dotenv_vault.rb,
lib/fastlane/plugin/dotenv_vault/logger.rb,
lib/fastlane/plugin/dotenv_vault/version.rb

Defined Under Namespace

Classes: Logger

Constant Summary collapse

VERSION =
"0.10.0"

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



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

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