Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ah, I didn't know that Proc.new != proc/lambda :)

They both return Proc objects though, so I wonder if it is possible to "convert" them.



One small note, as pointed out in http://innig.net/software/ruby/closures-in-ruby.rb posted by arohner above: although in 1.8 proc is an alias for lambda, in 1.9 it's now an alias for Proc.new.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: