Skip to content

Instantly share code, notes, and snippets.

/test.rb Secret

Created February 13, 2018 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/85aaf72315204b00c4877ed0b059e975 to your computer and use it in GitHub Desktop.
Save anonymous/85aaf72315204b00c4877ed0b059e975 to your computer and use it in GitHub Desktop.
some function
hsh = {a: 1, b: 2}
picked_hsh = hsh.function(:a, :d) # something like slice with a default value
picked_hsh # => { a: 1, d: nil }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment