Method: Worldfootball::Page#initialize

Defined in:
lib/worldfootball/page.rb

#initialize(html) ⇒ Page

Returns a new instance of Page.



10
11
12
13
14
# File 'lib/worldfootball/page.rb', line 10

def initialize( html )
  ## todo/fix - fix upstream in wget!!!! why? why not?
  ##    normalize unicode (to nfc - ruby's default norm form)
  @html = html.unicode_normalize
end