In mail "[ruby-talk:7305] send method -- which one?"
Hugh Sasse Staff Elec Eng <hgs / dmu.ac.uk> wrote:
> it seems the simplest way to implement a command pattern is to use send.
> That is fine for most Objects. However, this cannot be done for UDPSocket
> & BasicSocket, because they aready define send in parent and grandparent
> classa. These seem to be instance methods. How do I amke sure I get the
Object#__send__ may be help.
Minero Aoki