class ActiveSupport::InheritableOptions

Public Class Methods

new(parent) click to toggle source
# File lib/active_support/ordered_options.rb, line 23
def initialize(parent)
  super() { |h,k| parent[k] }
end