Class: ActionController::TestRequest::Result
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
+ (Object) new_escaped(strings)
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
- (Object) to_s
139 |
# File 'actionpack/lib/action_controller/test_case.rb', line 139 def to_s() join '/' end |