class OEmbed::Response::Rich

one of the other Response categories.
A Response used for representing rich HTML content that does not fall under

def must_override

See {section 2.3.4.1 of the oEmbed spec}[http://oembed.com/#section2.3]
def must_override
  %w{
    html width height
  } + super
end