Skip to content

Instantly share code, notes, and snippets.

@toddseller
Created December 7, 2015 23:51
Show Gist options
  • Save toddseller/30ee0bf976edee43cd22 to your computer and use it in GitHub Desktop.
Save toddseller/30ee0bf976edee43cd22 to your computer and use it in GitHub Desktop.
my_hash = {rent: 2500,
car: 279,
water: 300,
utilities: 300,
groceries: 1500}
my_hash[:car]
>> 279
my_hash[:groceries]
>> 1500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment