Module: Configer::Data
- Defined in:
- lib/configer/object.rb
Class Method Summary collapse
Class Method Details
.config_hash ⇒ Object
78 79 80 |
# File 'lib/configer/object.rb', line 78 def self.config_hash return @@config ||= Object.parse(Support.) end |