I\'ve prepared a method which parses a log file and returns a hash as a result:
def parse @hash = Hash.new { |hash, key| hash[key] = [] } File.open(