Project

General

Profile

Actions

Bug #6264

closed

Struct.members rdoc

Added by gurgeous (Adam Doppelt) almost 12 years ago. Updated almost 12 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.

Actions #1

Updated by duerst (Martin Dürst) almost 12 years ago

  • 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 12 years ago

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

Actions

Also available in: Atom PDF

Like0
Like0Like0