method
new
new(context, options)
public
Hide source
# File activesupport/lib/active_support/option_merger.rb, line 11 def initialize(context, options) @context, @options = context, options end