Actions
Bug #4714
closedMove documentation for proxy attributes
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
Updated by drbrain (Eric Hodel) over 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) over 13 years ago
I changed 'in self.class' to 'in Net::HTTP' to be a little more clear.
Updated by amikula (Alf Mikula) over 13 years ago
Eric Hodel wrote:
I changed 'in self.class' to 'in Net::HTTP' to be a little more clear.
Good call.
Actions
Like0
Like0Like0Like0