Skip to content

Instantly share code, notes, and snippets.

@toddseller
Last active December 7, 2015 23:46
Show Gist options
  • Save toddseller/280fc602af5952c3b040 to your computer and use it in GitHub Desktop.
Save toddseller/280fc602af5952c3b040 to your computer and use it in GitHub Desktop.
Ruby Hash Example
my_hash = {"Rent" => 2500,
"Car" => 279,
"Water" => 300,
"Utilities" => 300,
"Groceries" => 1500}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment