Sha256: 79854ba07425f8f44304a494888a8c341dd44d612ba1a5b42273b9dfe7124ce0

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

module RDF::N3::Algebra::Str
  ##
  # True iff the string is NOT greater than the object when ordered according to Unicode(tm) code order.
  class NotGreaterThan < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :strNotGreaterThan
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdf-n3-3.1.1 lib/rdf/n3/algebra/str/notGreaterThan.rb
rdf-n3-3.1.0 lib/rdf/n3/algebra/str/notGreaterThan.rb