Issue #4714 has been reported by Alf Mikula. ---------------------------------------- Bug #4714: Move documentation for proxy attributes http://redmine.ruby-lang.org/issues/4714 Author: Alf Mikula Status: Open 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