Skip to content

Instantly share code, notes, and snippets.

@linqueta
Created January 19, 2020 23:38
Show Gist options
  • Save linqueta/c35c3b1a1eeb250120ac6124a2ee5be7 to your computer and use it in GitHub Desktop.
Save linqueta/c35c3b1a1eeb250120ac6124a2ee5be7 to your computer and use it in GitHub Desktop.
np2
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