Method: Worldfootball::Page#doc

Defined in:
lib/worldfootball/page.rb

#docObject



16
17
18
19
# File 'lib/worldfootball/page.rb', line 16

def doc
  ## note: if we use a fragment and NOT a document - no access to page head (and meta elements and such)
  @doc ||= Nokogiri::HTML( @html )
end