From: Sebastian Hungerecker Date: 2008-09-13T19:37:13+09:00 Subject: Re: Is my method defined? Fredrik wrote: > I will open my Ruby book and look into that send thing... send is quite simple actually: send("foo") is the same as foo send("foo", bar) is the same as foo(bar) object.send("foo", bar) is the same as object.foo(bar) That's basically it. HTH, Sebastian -- Jabber: sepp2k@jabber.org ICQ: 205544826