lib/regexp_parser/syntax/ruby/1.8.7.rb



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

module Regexp::Syntax

  module Ruby
    class V187 < Regexp::Syntax::Ruby::V186
      def initialize
        super
      end

    end
  end

end