Class: ActionDispatch::Journey::Format::Parameter
- Defined in:
- actionpack/lib/action_dispatch/journey/visitors.rb
Instance Attribute Summary collapse
-
#escaper ⇒ Object
Returns the value of attribute escaper.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Methods inherited from Struct
Instance Attribute Details
Instance Method Details
permalink #escape(value) ⇒ Object
[View source]
13 |
# File 'actionpack/lib/action_dispatch/journey/visitors.rb', line 13 def escape(value); escaper.call value; end |