# File lib/nyan_cat_formatter/common.rb, line 228
    def cat_length
      nyan_cat.split("\n").group_by(&:size).max.first
    end