Issue #7753 has been updated by zzak (Zachary Scott). Status changed from Open to Closed Thank you Narsimham Chelluri, this issue was resolved by r38976. ---------------------------------------- Bug #7753: Module#attr_reader documentation uses an undefined variable https://bugs.ruby-lang.org/issues/7753#change-35791 Author: nchelluri (Narsimham Chelluri) Status: Closed 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/