lib/shex/algebra/shape_expression.rb in shex-0.4.0 vs lib/shex/algebra/shape_expression.rb in shex-0.5.0

- old
+ new

@@ -9,10 +9,10 @@ # @param [Integer] depth for logging # @param [Hash{Symbol => Object}] options # Other, operand-specific options # @return [ShapeExpression] with `matched` and `satisfied` accessors for matched triples and sub-expressions # @raise [ShEx::NotMatched] with `expression` accessor to access `matched` and `unmatched` statements along with `satisfied` and `unsatisfied` operations. - # @see [https://shexspec.github.io/spec/#shape-expression-semantics] + # @see [http://shex.io/shex-semantics/#shape-expression-semantics] def satisfies?(focus, depth: 0, **options) raise NotImplementedError, "#satisfies? Not implemented in #{self.class}" end end end