Skip to content

Instantly share code, notes, and snippets.

@vendethiel
Created June 27, 2012 20:23
Show Gist options
  • Save vendethiel/3006661 to your computer and use it in GitHub Desktop.
Save vendethiel/3006661 to your computer and use it in GitHub Desktop.
w =
p:
l: 1
c = ^^w
alert "#{c.p.l} & #{w.p.l}"
c.p.l = 5
alert "#{c.p.l} & #{w.p.l}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment