On Thu, May 28, 2009 at 5:03 PM, Caleb Clausen <vikkous / gmail.com> wrote:

> def foo big,
> list,
> of,
> args
>
> some.stuff
> some.stuff
> some.stuff


So then that means the common indentataion of:

def foo
  bar
rescue
   0

would also break?   Just how many examples of problems do people need here?)