Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def xyz
  2. [].tap do |array|
  3. fulfillments.each do |f|
  4. f.line_items.each do |li|
  5. array << li
  6. end
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement