# File lib/t/printable.rb, line 28
      def build_long_status(status)
        [status.id, ls_formatted_time(status), "@#{status.from_user}", HTMLEntities.new.decode(status.text).gsub(/\n+/, ' ')]
      end