Libraries
»
rom-http
(0.10.0)
»
Index (T)
»
ROM
»
HTTP
»
Types
Module: ROM::HTTP::Types
Includes:
Types
Defined in:
lib/rom/http/types.rb
Constant Summary
collapse
Path =
Coercible
::
String
.
constructor
{
|
s
|
s
.
sub
(
%r{
\A/
}
,
"
"
)
}