In many cases, an object might have a method (filter, selector, etc) attached to it so that the object can run the correct method..
for instance, an object might have a filterMethod variable with a value 'filterByArtist'..
in ruby, i would do something like:
instance.send(filter_method)
how would i do that in pharo, and is this a bad idea?
thanks!
--
----
peace,
sergio
photographer, journalist, visionary