RosettaCodeData/Task/Reflection-List-properties/Smalltalk/reflection-list-properties-3.st
2023-07-01 13:44:08 -04:00

1 line
98 B
Smalltalk

someObject class allInstVarNames collect:[:nm | nm -> (someObject instVarNamed:nm)] as:Dictionary