-
-
Save anonymous/85aaf72315204b00c4877ed0b059e975 to your computer and use it in GitHub Desktop.
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