# File lib/stream.rb, line 284
        def set_to_end
          # Not super which is a WrappedStream, but same behavior as in Stream
          until at_end?; basic_forward; end
        end