# File rddc_text_file.rb, line 149
  def has_key?(key)
    return @hash.has_key?(key)
  end