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