Closed ksss closed 6 years ago
I found clash case because it call RSTRING_LEN() macro with nil object.
RSTRING_LEN()
nil
`/abc/.match(nil, 1)` `/abc/.match?(nil, 1)`
Thanks
I found clash case because it call
RSTRING_LEN()
macro withnil
object.