Method: Woot#html

Defined in:
lib/woot.rb

#htmlObject



31
32
33
# File 'lib/woot.rb', line 31

def html
  @html ||= Net::HTTP.get(URI.parse(scrape_url))
end