class Kramdown::Utils::OrderedHash

def empty?

Return +true+ if the hash contains no keys.
def empty?
  @data.empty?
end