Class: Relaxo::Model::Path
- Inherits:
-
String
- Object
- String
- Relaxo::Model::Path
- Defined in:
- lib/relaxo/model/path.rb
Overview
A string that won’t be escaped when concatenating with a path:
Constant Summary collapse
- ENCODE =
{'/' => '%2F', '%' => '%25'}
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#to_s ⇒ Object
27 28 29 |
# File 'lib/relaxo/model/path.rb', line 27 def to_s self end |
#to_str ⇒ Object
31 32 33 |
# File 'lib/relaxo/model/path.rb', line 31 def to_str self end |