Method: Stream::ImplicitStream#set_to_end

Defined in:
lib/stream.rb

#set_to_endObject

Calls set_to_end_proc or super if set_to_end_proc is undefined.



661
662
663
# File 'lib/stream.rb', line 661

def set_to_end
  @set_to_end_proc ? @set_to_end_proc.call : super
end