Class: ActionController::TestRequest::Result
- Defined in:
- actionpack/lib/action_controller/test_case.rb
Overview
:nodoc:
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Array
#as_json, #encode_json, #extract_options!, #fifth, #forty_two, #fourth, #from, #in_groups, #in_groups_of, #sample, #second, #split, #third, #to, #to_formatted_s, #to_param, #to_query, #to_sentence, #to_xml, #uniq_by, #uniq_by!, wrap
Class Method Details
.new_escaped(strings) ⇒ Object
140 141 142 |
# File 'actionpack/lib/action_controller/test_case.rb', line 140 def self.new_escaped(strings) new strings.collect {|str| uri_parser.unescape str} end |
Instance Method Details
#to_s ⇒ Object
139 |
# File 'actionpack/lib/action_controller/test_case.rb', line 139 def to_s() join '/' end |