class OEmbed::Response

def rich?

Returns true if this is an oEmbed rich response.
def rich?
  is_a?(OEmbed::Response::Rich)
end