Class: Coconut::Config

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/coconut/config.rb

Instance Method Summary collapse

Constructor Details

#initialize(current_environment, &assets_config) ⇒ Config

Returns a new instance of Config.



8
9
10
11
# File 'lib/coconut/config.rb', line 8

def initialize(current_environment, &assets_config)
  super Hashie::Mash.new
  run assets_config, current_environment
end