fails:Bignum#[] returns the nth bit in the binary representation of self
fails:Bignum#[] tries to convert the given argument to an Integer using #to_int
fails:Bignum#[] raises a TypeError when the given argument can't be converted to Integer
