# File lib/pry/commands/ls/ls_entity.rb, line 26
      def entities_table
        entities.map(&:write_out).reject { |o| !o }.join('')
      end