11 Jan
2011
11 Jan
'11
6:10 p.m.
Hey all, It appears the ->{} syntax for lambdas is not supported. Known? Need ticket? $ irb irb(main):001:0> ->{} => #<Proc:0x0000010124c5c8@(irb):1 (lambda)> $ macirb irb(main):001:0> ->{} SyntaxError: compile error