Class: VideoEmbed::NoService

Inherits:
Object
  • Object
show all
Defined in:
lib/video_embed/no_service.rb

Instance Method Summary collapse

Instance Method Details

#embed(url, options = {}) ⇒ Object



7
8
9
# File 'lib/video_embed/no_service.rb', line 7

def embed(url, options = {})
  '<p>Video embed not available.</p>'
end

#url?(url) ⇒ Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/video_embed/no_service.rb', line 3

def url?(url)
  true
end