17 18 19
# File 'lib/task_formatter.rb', line 17 def self.max_length(tasks) [tasks.map { |e| e.name.length }.max || 0, 60].min end