# File lib/active_support/core_ext/object/misc.rb, line 80
  def with_options(options)
    yield ActiveSupport::OptionMerger.new(self, options)
  end