Sha256: cc79d7236c0f8012d53ed3bee20eefa4a5d032e2319f6a9b18c9064f92ecdbbe
Contents?: true
Size: 393 Bytes
Versions: 3
Compression:
Stored size: 393 Bytes
Contents
module Veritas class Attribute # Represents a Float value in a relation tuple class Float < Numeric # The Float primitive # # @example # Float.primitive # => ::Float # # @return [Class<::Float>] # # @api public def self.primitive ::Float end end # class Float end # class Attribute end # module Veritas
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.3 | lib/veritas/attribute/float.rb |
veritas-0.0.2 | lib/veritas/attribute/float.rb |
veritas-0.0.1 | lib/veritas/attribute/float.rb |