Created
January 19, 2020 23:38
-
-
Save linqueta/c35c3b1a1eeb250120ac6124a2ee5be7 to your computer and use it in GitHub Desktop.
np2
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
SaleLineItem.all | |
.map { |sli| [mult_it!(sli), add_it!(sli)] } | |
.map { |msli, asli| msli + asli } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment