[Source]
# File lib/app_config/storage/memory.rb, line 5 def initialize(options) super(options) @data = Hashish.new(options) end
[Validate]