lib/regexp_parser/syntax/ruby/1.8.7.rb
require File.expand_path('../1.8', __FILE__) module Regexp::Syntax module Ruby class V187 < Regexp::Syntax::Ruby::V18 def initialize super end end end end
require File.expand_path('../1.8', __FILE__) module Regexp::Syntax module Ruby class V187 < Regexp::Syntax::Ruby::V18 def initialize super end end end end