method
new
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::InheritableOptions
new(parent)public
No documentation available.
# File activesupport/lib/active_support/ordered_options.rb, line 23
def initialize(parent)
super() { |h,k| parent[k] }
end