class OEmbed::Response

def video?

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