class ActiveSupport::OptionMerger

def initialize(context, options)

def initialize(context, options)
  @context, @options = context, options
end