From: Zach Moazeni Date: 2010-04-15T05:32:38+09:00 Subject: Re: I thought spaces didn't matter around operators Zach Moazeni wrote: > Time.now -t # executed as (Time.now) -t or t.send(:-@) which doesn't > exist > Time.now -t # is trying to do: > Time.now(-t) # which first needs to evaluate -t first (... which is > t.send(:-@) ...) I should proofread more. The more I look at it, I think the second is right. -- Zach Moazeni http://simplechatter.com -- Posted via http://www.ruby-forum.com/.