0

此方法返回对象的哈希值。实例变量是item_nameqty,它们都是 attr_reader变量。

做什么^

def hash
  self.item_name.hash ^ self.qty.hash
end
4

0 回答 0