Method: ContentFocus::HTML#initialize
- Defined in:
- lib/content_focus/html.rb
#initialize(html) ⇒ HTML
9 10 11 |
# File 'lib/content_focus/html.rb', line 9 def initialize(html) @doc = Hpricot(html) end |
9 10 11 |
# File 'lib/content_focus/html.rb', line 9 def initialize(html) @doc = Hpricot(html) end |