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