lib/regexp_parser/syntax/ruby/2.1.3.rb
require File.expand_path('../2.1.2', __FILE__) module Regexp::Syntax module Ruby class V213 < Regexp::Syntax::Ruby::V212 def initialize super end end end end
require File.expand_path('../2.1.2', __FILE__) module Regexp::Syntax module Ruby class V213 < Regexp::Syntax::Ruby::V212 def initialize super end end end end