Project

General

Profile

Actions

Bug #6264

closed

Struct.members rdoc

Bug #6264: Struct.members rdoc

Added by gurgeous (Adam Doppelt) almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
1.9.3
Backport:
[ruby-core:44152]

Description

It reads:

Returns an array of strings representing the names of the instance variables.

It should read:

Returns an array of SYMBOLS representing the names of the instance variables.

Updated by duerst (Martin Dürst) almost 14 years ago Actions #1

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r35244.
Adam, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


struct.c (documentation for rb_struct_members_m):
fix 'array of strings' to 'array of symbols'
[ruby-core:44152][Bug #6264]

Updated by Eregon (Benoit Daloze) almost 14 years ago Actions #2 [ruby-core:44165]

@duerst (Martin Dürst) Apparently, a lot more changes were included in your commit. Is it intended?

Actions

Also available in: PDF Atom