Forum: Ruby-core [ruby-trunk - Bug #7753][Open] Module#attr_reader documentation uses an undefined variable

Posted by nchelluri (Narsimham Chelluri) (Guest)
on 2013-01-29 19:45
(Received via mailing list)
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.
Posted by zzak (Zachary Scott) (Guest)
on 2013-02-03 02:32
(Received via mailing list)
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.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.