module IniParse::LineCollection

def keys

collection.
Return an array containing the keys for the lines added to this
def keys
  map { |line| line.key }
end