Returns true if the array has no elements.
true
Returns:
192 193 194
# File 'lib/hexapdf/pdf_array.rb', line 192 def empty? value.empty? end