Class: HParser::Block::Quote::QuoteUrl

Inherits:
Object
  • Object
show all
Includes:
Html
Defined in:
lib/hparser/html.rb

Instance Method Summary collapse

Methods included from Html

#escape, #to_html

Constructor Details

#initialize(url) ⇒ QuoteUrl

Returns a new instance of QuoteUrl.



171
172
173
# File 'lib/hparser/html.rb', line 171

def initialize(url)
  @url = url
end