Sha256: 81c860a058923eb485831fe72316ab9aa9353732d8e9365b8990b0c83e2a0046
Contents?: true
Size: 327 Bytes
Versions: 27
Compression:
Stored size: 327 Bytes
Contents
module OEmbed class Response # A Response used for representing playable videos. class Video < self private # See {section 2.3.4.1 of the oEmbed spec}[http://oembed.com/#section2.3] def must_override %w{ html width height } + super end end end end
Version data entries
27 entries across 27 versions & 2 rubygems