Skip to content

Instantly share code, notes, and snippets.

/test.rb Secret

Created February 13, 2018 18:17
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