Method: Attributor::Hash#empty?

Defined in:
lib/attributor/types/hash.rb

#empty?Boolean



573
574
575
# File 'lib/attributor/types/hash.rb', line 573

def empty?
  @contents.empty?
end