RosettaCodeData/Task/Reflection-List-properties/Smalltalk/reflection-list-properties-3.st

2 lines
98 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
someObject class allInstVarNames collect:[:nm | nm -> (someObject instVarNamed:nm)] as:Dictionary