Skip to content

Instantly share code, notes, and snippets.

@STRd6
Created April 2, 2014 00:07
Show Gist options
  • Save STRd6/9925565 to your computer and use it in GitHub Desktop.
Save STRd6/9925565 to your computer and use it in GitHub Desktop.

Symbol#to_proc is CoffeeScript

A = (name) ->
  (x) ->
    x[name]
items.map A("size")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment