Skip to content

Instantly share code, notes, and snippets.

@davidguttman
Created September 30, 2011 20:47
Show Gist options
  • Save davidguttman/1254931 to your computer and use it in GitHub Desktop.
Save davidguttman/1254931 to your computer and use it in GitHub Desktop.
 vget: (name) ->
   if @has name
     @get name
   else
     @[name]()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment