Index (R)
»
Artery
»
Routing
Module: Artery::Routing
Defined in:
lib/artery/routing.rb
Defined Under Namespace
Classes:
URI
Class Method Summary
collapse
.
uri
(arg) ⇒ Object
Class Method Details
.
uri
(arg) ⇒
Object
59 60 61
# File 'lib/artery/routing.rb', line 59
def
uri
(
arg
)
URI
.
new
(
arg
)
end