Created
March 27, 2023 13:26
-
-
Save wyodeb/38dac617c64d6449b661571806c5f333 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sum = lambda {|a, b| a + b } | |
puts sum.call(2, 3) #=> 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment