Class: ActionController::Routing::PathSegment::Result

Inherits:
Array
  • Object
show all
Defined in:
lib/action_controller/routing/segments.rb

Overview

:nodoc:

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new_escaped(strings) ⇒ Object



302
303
304
# File 'lib/action_controller/routing/segments.rb', line 302

def self.new_escaped(strings)
  new strings.collect {|str| URI.unescape str}
end

Instance Method Details

#to_sObject



301
# File 'lib/action_controller/routing/segments.rb', line 301

def to_s() join '/' end