Project

General

Profile

Actions

Bug #4714

closed

Move documentation for proxy attributes

Added by amikula (Alf Mikula) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.3dev (2011-05-11 trunk 31507) [x86_64-darwin10.7.0]
Backport:
[ruby-core:36230]

Description

The documentation for proxy attributes is placed on accessors in the instance, while attr_accessor calls go undocumented. This patch moves the documentation to the attr_accessors, and documents the convenience methods on the instance accordingly.


Files

Actions #1

Updated by drbrain (Eric Hodel) almost 13 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r31603.
Alf, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/net/http.rb: Improve documentation of proxy configuration
    methods. Patch by Alf Mikula. [Ruby 1.9 - Bug #4714]

Updated by drbrain (Eric Hodel) almost 13 years ago

I changed 'in self.class' to 'in Net::HTTP' to be a little more clear.

Updated by amikula (Alf Mikula) almost 13 years ago

Eric Hodel wrote:

I changed 'in self.class' to 'in Net::HTTP' to be a little more clear.

Good call.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0