Sha256: 495bcf2854e66ae111932d1f69d00ed339dd008351310993bed978ee75dc2fc6
Contents?: true
Size: 285 Bytes
Versions: 26
Compression:
Stored size: 285 Bytes
Contents
module RDF; class Literal # Note that in XML Schema, Float is not really derived from Double, # but implementations are identical in Ruby # @see http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#float class Float < Double DATATYPE = XSD.float end end; end #RDF::Literal
Version data entries
26 entries across 26 versions & 1 rubygems