Libraries
»
what
(0.4.1)
»
Index
»
What
»
Helpers
»
curl
Method: What::Helpers.curl
Defined in:
lib/what/helpers.rb
.
curl
(uri) {|open(uri).read| ... } ⇒
Object
Yields:
(
open(uri).read
)
37 38 39
# File 'lib/what/helpers.rb', line 37
def
self
.
curl
(
uri
)
yield
(
open
(
uri
)
.
read
)
end