Skip to content

Instantly share code, notes, and snippets.

@iamjarvo
Created April 30, 2012 03:04
Show Gist options
  • Save iamjarvo/28119187eec67d552308 to your computer and use it in GitHub Desktop.
Save iamjarvo/28119187eec67d552308 to your computer and use it in GitHub Desktop.
def stack
@stack ||= []
end
stack.push("green")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment