class ActionController::MimeResponds::Collector::VariantCollector

def method_missing(name, *, &block)

def method_missing(name, *, &block)
  @variants[name] = block if block_given?
end