Cross Reference: get_caller.rb
xref
: /
ontohub
/
lib
/
uri_fetcher
/
get_caller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
module
UriFetcher
class
GetCaller
<
HTTPCaller
def
make_http_request
(
uri
, &
block
)
Net
::
HTTP.get
_response
(
URI
(
uri
)
, &
block
)
end
end
end