Actions
Bug #6264
closedStruct.members rdoc
Bug #6264:
Struct.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.
Actions