Class: ActionController::Routing::PathComponent::Result
- Inherits:
-
Array
- Object
- Array
- ActionController::Routing::PathComponent::Result
- Defined in:
- lib/action_controller/routing.rb
Overview
:nodoc:
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.new_escaped(strings) ⇒ Object
327 328 329 |
# File 'lib/action_controller/routing.rb', line 327 def self.new_escaped(strings) new strings.collect {|str| CGI.unescape str} end |
Instance Method Details
#to_s ⇒ Object
326 |
# File 'lib/action_controller/routing.rb', line 326 def to_s() join '/' end |