Class: Secrets

Inherits:
AppConfig show all
Defined in:
lib/secrets.rb

Class Method Summary collapse

Methods inherited from AppConfig

#initialize, #load

Constructor Details

This class inherits a constructor from AppConfig

Class Method Details

.loadObject



11
12
13
# File 'lib/secrets.rb', line 11

def load
	Secrets.new(expand_path(Options.get("secrets.path"))).load
end