fails:Bignum#=== returns true if self has the same value as the given argument
fails:Bignum#=== calls 'other == self' if the given argument is not an Integer
fails:Bignum#=== returns the result of 'other == self' as a boolean
