Comment on CoffeeScript: JavaScript without the Fail (slides)parentComments−sunchild15yI don't understand your swipe at Ruby. What's so terrible about:foo = object.method(:method_name)foo.call
Comments
I don't understand your swipe at Ruby. What's so terrible about:
foo = object.method(:method_name)
foo.call