Class: Kryten::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/kryten/setup.rb

Class Method Summary collapse

Class Method Details

.fetch(entry) ⇒ Object



25
26
27
28
# File 'lib/kryten/setup.rb', line 25

def self.fetch(entry)
  @config ||= Setup.configure
  @config.fetch(entry)
end