Eno::Field » #empty?
empty? → boolean
Query whether the value is empty (e.g. comment:
in an eno document), which in ruby terms is equivalent of nil
.
Return value
true
if empty, otherwise false
.
Query whether the value is empty (e.g. comment:
in an eno document), which in ruby terms is equivalent of nil
.
true
if empty, otherwise false
.