我有一个哈希,让我们说:
ahash = {test1: "test1",test2: "test2"}
为什么哈希=== ahash返回true,但是ahash ===哈希没有?这是一些使用===和类名的默认ruby行为吗?
ahash = {test1: "test1",test2: "test2"}
为什么哈希=== ahash返回true,但是ahash ===哈希没有?这是一些使用===和类名的默认ruby行为吗?