On 2012/04/07 2:18, Eregon (Benoit Daloze) wrote: > > Issue #6264 has been updated by Eregon (Benoit Daloze). > > > @duerst Apparently, a lot more changes were included in your commit. Is it intended? Yes, sorry for creating a big confusion. Nobu fixed this at http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=35247. Many tanks to both you and him. Regards, Martin. > ---------------------------------------- > Bug #6264: Struct.members rdoc > https://bugs.ruby-lang.org/issues/6264#change-25686 > > Author: gurgeous (Adam Doppelt) > Status: Closed > Priority: Normal > Assignee: > Category: DOC > Target version: 1.9.2 > ruby -v: 1.9.3 > > > 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. > > >