global

def ===(other)

DEV: a `Proc` that always returns `true`.
DEV: A class that implements `#===` is ~20% faster than
def ===(other)
  true
end