# File lib/puppet/util/inifile.rb, line 57 57: def [](key) 58: entry = find_entry(key) 59: return(entry.nil? ? nil : entry[1]) 60: end