lib/shex/algebra.rb in shex-0.1.0 vs lib/shex/algebra.rb in shex-0.2.0

- old
+ new

@@ -29,11 +29,9 @@ autoload :StemRange, 'shex/algebra/stem_range' autoload :TripleConstraint, 'shex/algebra/triple_constraint' autoload :TripleExpression, 'shex/algebra/triple_expression' autoload :UnaryShape, 'shex/algebra/unary_shape' autoload :Value, 'shex/algebra/value' - - class NotMatched < ShEx::Error; end end end