C# Class IronRuby.Builtins.RubyPipe.PipeWriter

PipeWriter instance always exists as a sibling of a RubyPipe. Two objects are needed so that we can detect whether Close is being called on the reader end of a pipe, or on the writer end of a pipe.
Inheritance: RubyPipe
Show file Open project: jschementi/iron

Public Methods

Method Description
Close ( ) : void

Private Methods

Method Description
PipeWriter ( RubyPipe pipe ) : System

Method Details

Close() public method

public Close ( ) : void
return void