lib/regexp_parser/syntax/ruby/2.1.0.rb
require File.expand_path('../2.0.0', __FILE__) module Regexp::Syntax module Ruby class V21 < Regexp::Syntax::Ruby::V20 def initialize super end end end end
require File.expand_path('../2.0.0', __FILE__) module Regexp::Syntax module Ruby class V21 < Regexp::Syntax::Ruby::V20 def initialize super end end end end