Libraries
»
micky
(0.7.0)
»
Index
»
Micky
»
get
Method: Micky.get
Defined in:
lib/micky.rb
.
get
(uri, opts = {}) ⇒
Object
39 40 41
# File 'lib/micky.rb', line 39
def
self
.
get
(
uri
,
opts
=
{
}
)
Request
.
new
(
opts
)
.
get
(
uri
)
end