Object
# File lib/app_config/storage/base.rb, line 5 def initialize(options) @options = options end
# File lib/app_config/storage/base.rb, line 9 def to_hash defined?(@data) ? @data.to_hash : Hash.new(&Storage::DEEP_HASH) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.