Class: TorqueBox::Configuration::Configuration Private

Inherits:
Hash
  • Object
show all
Defined in:
lib/torquebox/configuration.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Direct Known Subclasses

GlobalConfiguration

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Configuration.



173
174
175
# File 'lib/torquebox/configuration.rb', line 173

def initialize
  super { |hash, key| hash[key] = { } }
end