Module: PEM

Defined in:
lib/pem.rb,
lib/pem/manager.rb,
lib/pem/options.rb,
lib/pem/version.rb,
lib/pem/commands_generator.rb

Defined Under Namespace

Classes: CommandsGenerator, Manager, Options

Constant Summary collapse

TMP_FOLDER =
"/tmp/PEM/"
Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
UI =
FastlaneCore::UI
ROOT =
Pathname.new(File.expand_path('../..', __FILE__))
VERSION =
"1.4.0"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



10
11
12
# File 'lib/pem.rb', line 10

def config
  @config
end