Sha256: f05a07e21893bf50d02c250d60fe051b327cc2bd3ac4fc03e07e49d108dfeca5
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
class FrenchPress class Post # Represents a youtube object. class Youtube def render "<iframe width=\"480\" height=\"390\" " \ "src=\"https://www.youtube.com/embed/#{@content}\" " \ "frameborder=\"0\" allowfullscreen></iframe>" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
frenchpress-0.2.1 | lib/frenchpress/post/youtube.rb |
frenchpress-0.2 | lib/frenchpress/post/youtube.rb |