Caleb Clausen wrote:
If you'd wanted to indent less than the surrounding code,
> then I'd be in trouble. This won't work:
> 
> def foo big,
>          list,
>          of,
>          args
> 
>    some.stuff
>    some.stuff
>    some.stuff
> 
> 
> something.more.important!
> look.at.me!
> 
> 
>    more.stuff = boring
> 
> 
> Gregory Brown wrote:
>> def foo("bar", :a => 1, :b => 2,
>>                     :c => 3, :d => 4)
>>
>>
>> end
> 
> 
This would kill me.  I utilize temporary code all the time starting in column 0 
so that it will be easy to find and pull back out