285 286 287
# File 'lib/transcriptic/ui.rb', line 285 def longest(items) items.map { |i| i.to_s.length }.sort.last end