Created
December 26, 2016 03:28
-
-
Save numinit/1126dc0498c61441cda98cf70e4de89b to your computer and use it in GitHub Desktop.
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
def foo a, h | |
[a, h] | |
end | |
foo :bar, { | |
a: proc do | |
end, | |
b: proc do | |
end | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment