From: MikkelFJ Date: 2001-11-30T08:15:36+09:00 Subject: [ruby-talk:26994] Re: first class functions in Ruby "Mike Stok" wrote in message news:Pine.LNX.4.33L2.0111291738000.15420-100000@ratdog.stok.co.uk... > What about using a Proc object? It's ok, but I'd like a more direct integration. There are also the issue of partially bound functions and messages that are automatically knowing self. You might have a myfun.self property to get back to the object. MikkelFJ