lib/regexp_parser/syntax/ruby/2.1.rb



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

module Regexp::Syntax
  module Ruby
    # uses the latest 2.1 release
    class V21 < Regexp::Syntax::Ruby::V219; end
  end
end