class IniParse::OptionCollection

def keys

collection.
Return an array containing the keys for the lines added to this
def keys
  map(&:key).uniq
end