ActiveSupport::OrderedOptions
# File lib/active_support/ordered_options.rb, line 23 def initialize(parent) super() { |h,k| parent[k] } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.