module IniParse::LineCollection

def has_key?(*args)

Returns whether +key+ is in the collection.
def has_key?(*args)
  @indicies.has_key?(*args)
end