/test.rb Secret
Created
February 13, 2018 18:17
some function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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