How does Integer === 3 work?

前端 未结 3 967
暗喜
暗喜 2021-01-19 23:53

So as I understand it, the === operator tests to see if the RHS object is a member of the LHS object. That makes sense. But how does this work in Ruby? I\'m loo

3条回答
提交回复
热议问题