From: "nchelluri (Narsimham Chelluri)" Date: 2013-01-30T03:44:28+09:00 Subject: [ruby-core:51737] [ruby-trunk - Bug #7753][Open] Module#attr_reader documentation uses an undefined variable Issue #7753 has been reported by nchelluri (Narsimham Chelluri). ---------------------------------------- Bug #7753: Module#attr_reader documentation uses an undefined variable https://bugs.ruby-lang.org/issues/7753 Author: nchelluri (Narsimham Chelluri) Status: Open Priority: Normal Assignee: drbrain (Eric Hodel) Category: DOC Target version: ruby -v: ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-darwin11.4.2] Current text is: -- Cut here -- attr_writer(symbol, ...) ��� nil Creates an accessor method to allow assignment to the attribute aSymbol.id2name. -- Cut here -- Note that the signature refers to symbol but the body refers to aSymbol. -- http://bugs.ruby-lang.org/