On Sun, May 17, 2009 at 2:45 PM, Devyn Cairns <[email protected]> wrote:
> Yeah, I agree, I don't usually use spaces for that.
>
> I can't wait for Ruby 2.0 to be stable, 'cause then I can do this:
>
> "hello world"
>  .sub('he', 'goo')
>  .sub('l', 'd')
>  .sub('lo', 'bye')
>  #=> "goodbye world"
>
> with long chains of message passing.

I, for one, hope that never catches on. You can do the same thing
already, moving the dots to the ends of lines, and then it remains
clear when a line's expression continues and when it does not.

-- 
Seth Thomas Rasmussen
http://greatseth.com

Reply via email to