Libraries
»
restify
(0.1.2)
»
Index
»
Restify
»
new
Method: Restify.new
Defined in:
lib/restify.rb
.
new
(url) ⇒
Object
24 25 26
# File 'lib/restify.rb', line 24
def
new
(
url
)
Client
.
new
(
url
)
.
request
(
:GET
,
nil
)
end