Sha256: c059f6e10f3ff4eb5f906bec4937cfd4dbae15ae8b76483c61161f6472f8b388
Contents?: true
Size: 413 Bytes
Versions: 2
Compression:
Stored size: 413 Bytes
Contents
module RDF::N3::Algebra::Str ## # The subject is a list, whose first member is a format string, and whose remaining members are arguments to the format string. The formating string is in the style of python's % operator, very similar to C's sprintf(). The object is calculated from the subject. class Format < SPARQL::Algebra::Operator::Binary include RDF::Util::Logger NAME = :strFormat end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/str/format.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/str/format.rb |