Project

General

Profile

Actions

Bug #9127

closed

URI::Generic#normalize documentation is vague.

Added by robertgleeson (Robert Gleeson) over 10 years ago. Updated about 7 years ago.

Status:
Closed
Assignee:
Target version:
ruby -v:
-
Backport:
[ruby-core:58430]

Description

the documentation for URI::Generic#normalize is vague and does not provide enough details about the algorithm that applies normalization.
the documentation says, "Returns normalized URI" and nothing more. I would have expected a short piece that explains how normalization
is applied.

pry session attached (ruby = v2.0.0)

$ pry
[1] pry(main)> require "uri"
=> true

[2] pry(main)> uri = URI.parse("http://www.ruby-lang.org")
=> #<URI::HTTP:0x007f974549f5a0 URL:http://www.ruby-lang.org>

[3] pry(main)> ? uri.normalize
From: /Users/robert/.rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/generic.rb @ line 1418:
Owner: URI::Generic
Visibility: public
Signature: normalize()
Number of lines: 2

Returns normalized URI

Actions #1

Updated by nagachika (Tomoyuki Chikanaga) over 10 years ago

  • Tracker changed from Backport to Bug
  • Project changed from Backport200 to Ruby master

Updated by nagachika (Tomoyuki Chikanaga) over 10 years ago

  • Category set to doc
  • ruby -v set to -

Updated by zzak (zzak _) about 10 years ago

  • Status changed from Open to Assigned
  • Assignee set to zzak (zzak _)
  • Target version set to 2.2.0
Actions #4

Updated by stomar (Marcus Stollsteimer) about 7 years ago

  • Status changed from Assigned to Closed

Applied in changeset r58023.


improve docs for URI::Generic

  • lib/uri/generic.rb: [DOC] expand docs for URI::Generic#normalize
    to clarify what normalization means here.
    Reported by Robert Gleeson. [ruby-core:58430] [Bug #9127]

  • lib/uri/generic.rb: [DOC] fix indent for correct code block detection.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0