How to get methods from a class in GemStone by selector
The snippet below return a method object for the given selector name.
(GtGsRelease methodDictForEnv: 0) at: #versionString.
The snippet below return a method object for the given selector name.
(GtGsRelease methodDictForEnv: 0) at: #versionString.