Class: ActionController::TestRequest::Result

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

Overview

:nodoc:

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new_escaped(strings) ⇒ Object



138
139
140
# File 'lib/action_controller/test_case.rb', line 138

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

Instance Method Details

#to_sObject



137
# File 'lib/action_controller/test_case.rb', line 137

def to_s() join '/' end