Project

General

Profile

Actions

Bug #7753

closed

Module#attr_reader documentation uses an undefined variable

Added by nchelluri (Narsimham Chelluri) about 11 years ago. Updated about 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-darwin11.4.2]
Backport:
[ruby-core:51737]

Description

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.


Files

rdoc_changes_to_module.patch (385 Bytes) rdoc_changes_to_module.patch Patch fixes erroroneous documentation; applies successfully to trunk, 1.8, and 1.9.3 nchelluri (Narsimham Chelluri), 01/30/2013 03:44 AM

Updated by zzak (zzak _) about 11 years ago

  • Status changed from Open to Closed

Thank you Narsimham Chelluri, this issue was resolved by r38976.

Actions

Also available in: Atom PDF

Like0
Like0