Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此方法返回对象的哈希值。实例变量是item_name和qty,它们都是 attr_reader变量。
item_name
qty
attr_reader
做什么^?
^
def hash self.item_name.hash ^ self.qty.hash end