Class: Eye::Patch::Application

Inherits:
Hash
  • Object
show all
Defined in:
lib/eye/patch/application.rb

Instance Method Summary collapse

Constructor Details

#initialize(settings) ⇒ Application



3
4
5
6
# File 'lib/eye/patch/application.rb', line 3

def initialize(settings)
  super()
  self[settings[:name].to_s] = parse(settings)
end