Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 27th, 2018
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.29 KB
| None
|
0
0
raw
download
clone
embed
print
report
class Inventory
has_many :items
def pick_items(manifest)
manifest.manifest_items.each do |m|
items.each do |i|
if i.eqiv(m)
items.delete(i)
i.destroy
break
end
end
end
end
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $5000 INSTANTLY I
JavaScript | 1 sec ago | 0.07 KB
✅ MAKE $22OO IN 10 MIN P
JavaScript | 39 sec ago | 0.07 KB
FREE BTC GUIDE T
JavaScript | 1 min ago | 0.07 KB
Make $2200 in 15 minutes I
JavaScript | 2 min ago | 0.07 KB
Make $2000 in 15 minutes D
JavaScript | 3 min ago | 0.07 KB
MAKE $5000 INSTANTLY I
JavaScript | 3 min ago | 0.07 KB
MAKE $1000 INSTANTLY U
JavaScript | 4 min ago | 0.07 KB
✅ MAKE $22OO IN 10 MIN C
JavaScript | 4 min ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!