# File lib/stream.rb, line 497
        def set_to_end
          @set_to_end_proc ? @set_to_end_proc.call : super
        end