class Kramdown::Utils::OrderedHash

def has_key?(key)

Return +true+ if the hash contains the key.
def has_key?(key)
  @data.has_key?(key)
end