It looks like the Regexp#source behaviour changed has in MRI. I couldn't immediately see how to fix this. It doesn't appear to be covered by RubySpec yet.
It isn't just Regexp#source. The regular expressions themselves are different until MRI/CRuby 2.0.0. But %r[/] being the same as /\// makes sense, doesn't it?
It looks like the
Regexp#source
behaviour changed has in MRI. I couldn't immediately see how to fix this. It doesn't appear to be covered by RubySpec yet.The text was updated successfully, but these errors were encountered: