Created
October 15, 2020 00:52
-
-
Save ianks/8b0b6c16050c44d88e8aabae31e6c4eb 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 sum_price(items: Enumerable<RespondTo[price: Integer]> | |
# ... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
also, return type should be inferred when possible