Libraries
»
woot
(0.1.0)
»
Index
»
Woot
»
#html
Method: Woot#html
Defined in:
lib/woot.rb
#
html
⇒
Object
31 32 33
# File 'lib/woot.rb', line 31
def
html
@html
||=
Net
::
HTTP
.
get
(
URI
.
parse
(
scrape_url
)
)
end