Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created April 2, 2012 16:18
Show Gist options
  • Save luckyruby/2284732 to your computer and use it in GitHub Desktop.
Save luckyruby/2284732 to your computer and use it in GitHub Desktop.
a = 1
b = 2
{ a: a,
b: b,
c: a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment