Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 0x0dea/cc4b9f725589e85b6124 to your computer and use it in GitHub Desktop.
Save 0x0dea/cc4b9f725589e85b6124 to your computer and use it in GitHub Desktop.
@foo = []
def @foo.<< val
warn "pushed #{val}"
push val
end
@foo << 1
@foo << 2
@foo << 3
p @foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment