class CartonDb::Datum::PlaceholderClass
Public Instance Methods
eql?(other)
click to toggle source
# File lib/carton_db/datum.rb, line 138 def eql?(other) return false unless other.is_a?(Datum::Base) return other.placeholder? end
Also aliased as: ==
escaped()
click to toggle source
# File lib/carton_db/datum.rb, line 130 def escaped nil end
hash()
click to toggle source
# File lib/carton_db/datum.rb, line 145 def hash PlaceholderClass.hash end
placeholder?()
click to toggle source
# File lib/carton_db/datum.rb, line 134 def placeholder? true end
plain()
click to toggle source
# File lib/carton_db/datum.rb, line 126 def plain nil end