From: Kevin Howe Date: 2004-08-04T03:36:31+09:00 Subject: Re: __call__ equivalent? > If you are asking: Can you define a call operator in a class so that > instances of that can pretend to be called with a function-like syntax? > Then the answer is no. Mainly because there is no "call" operator in Ruby. That was what I was looking for, thanks!