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