oniguruma version 1.1.0 has been released!
http://oniguruma.rubyforge.org
Ruby bindings to the Oniguruma[http://www.geocities.jp/kosako3/oniguruma/]
regular expression library (no need to recompile Ruby).
Changes:
== 1.1.0 /
* Fixed string escaping in ORegexp#to_str and ORegexp#inspect.
* Added begin parameter to ORegexp#match (string is matched from that
position, but lookbehind still works).