# File lib/file/tail.rb, line 117
      def initialize(mode = :bottom)
        super(self.class.name)
        @mode = mode
      end