Closed takahashim closed 9 years ago
It's hard to debug complex Regexp without Regexp#inspect (not Object#inspect) method ... :-(
Regexp#inspect
Object#inspect
Good catch.
Thanks!
It's hard to debug complex Regexp without
Regexp#inspect
(notObject#inspect
) method ... :-(