From: Marc Heiler Date: 2009-06-24T06:30:40+09:00 Subject: Re: Are methods objects? > For the other questions please see David's excellent explanation. Yes but right now my world seems heavily ... changed. :-) These two lines caused that: 1) "abc".method(:split).unbind.bind("def").call(//) => ["d", "e", "f"] and 2) Another point I'd make is that objects don't really have methods. I am still in shock. I haven't seen that sneaky bastard UnboundMethod before either ... -- Posted via http://www.ruby-forum.com/.