lib/regexp_parser/syntax/ruby/2.2.rb in regexp_parser-0.4.12 vs lib/regexp_parser/syntax/ruby/2.2.rb in regexp_parser-0.4.13
- old
+ new
@@ -1,8 +1,8 @@
-require File.expand_path('../2.2.9', __FILE__)
+require File.expand_path('../2.2.10', __FILE__)
module Regexp::Syntax
module Ruby
# uses the latest 2.2 release
- class V22 < Regexp::Syntax::Ruby::V229; end
+ class V22 < Regexp::Syntax::Ruby::V2210; end
end
end