class Flog

def max_method

def max_method
  totals.max_by { |_, score| score }
end