lib/regexp_parser/syntax/ruby/1.9.2.rb



require File.expand_path('../1.9.1', __FILE__)

module Regexp::Syntax

  module Ruby
    class V192 < Regexp::Syntax::Ruby::V191; end
  end

end