Skip to content

Instantly share code, notes, and snippets.

@pablohildo
Created October 18, 2018 02:42
Show Gist options
  • Save pablohildo/c53b51b7b0ddfab18a5e8e62944d277e to your computer and use it in GitHub Desktop.
Save pablohildo/c53b51b7b0ddfab18a5e8e62944d277e to your computer and use it in GitHub Desktop.
grades = { "Jane Doe" => 10, "Jim Doe" => 6 }
options = { :font_size => 10, :font_family => "Arial" }
options = { font_size: 10, font_family: "Arial" }
options[:font_size] # => 10
grades = Hash.new
grades["Dorothy Doe"] = 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment