Sha256: 4ce698704db3b396f01b1ded826ff1c75f4d0534cc2c1d8fa63d947fc7ce3046
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
module RDF::N3::Algebra::Str ## # True iff the string is NOT less than the object when ordered according to Unicode(tm) code order. class NotLessThan < SPARQL::Algebra::Operator::Binary include RDF::Util::Logger NAME = :strNotLessThan end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/str/notLessThan.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/str/notLessThan.rb |