From: Alf Mikula Date: 2011-05-17T09:25:27+09:00 Subject: [ruby-core:36249] [Ruby 1.9 - Bug #4714] Move documentation for proxy attributes Issue #4714 has been updated by Alf Mikula. Eric Hodel wrote: > I changed 'in self.class' to 'in Net::HTTP' to be a little more clear. Good call. ---------------------------------------- Bug #4714: Move documentation for proxy attributes http://redmine.ruby-lang.org/issues/4714 Author: Alf Mikula Status: Closed Priority: Normal Assignee: Eric Hodel Category: DOC Target version: 1.9.3 ruby -v: ruby 1.9.3dev (2011-05-11 trunk 31507) [x86_64-darwin10.7.0] 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. -- http://redmine.ruby-lang.org