Method: Goodwill::Auction#==
- Defined in:
- lib/goodwill/auction.rb
permalink #==(another_auction) ⇒ Object
[View source]
33 34 35 |
# File 'lib/goodwill/auction.rb', line 33 def ==(another_auction) self.itemid == another_auction.itemid end |