ActiveSupport::OrderedOptions
# File lib/active_support/ordered_options.rb, line 23 def initialize(parent) super() { |h,k| parent[k] } end