Sha256: 0192382492dbe2ae927363f1013deb6f153fac6353b4e69507b697a0447171a4

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

module Domainic
  module Attributer
    # A singleton object representing an undefined value
    #
    # This object is used throughout {Domainic::Attributer} to represent values that
    # are explicitly undefined, as opposed to nil which represents the absence of
    # a value. It is immutable and implements custom string representations for
    # debugging purposes
    #
    # @api private
    # @!visibility private
    # @author {https://aaronmallen.me Aaron Allen}
    # @since 0.1.0
    Undefined: Object
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
domainic-attributer-0.2.0 sig/domainic/attributer/undefined.rbs