Actions
Bug #6264
closedStruct.members rdoc
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) over 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) over 12 years ago
@duerst (Martin Dürst) Apparently, a lot more changes were included in your commit. Is it intended?
Actions
Like0
Like0Like0