Method: Cod::Pipe#w

Defined in:
lib/cod/pipe.rb

#wObject

Returns the write end of the pipe



177
178
179
# File 'lib/cod/pipe.rb', line 177

def w
  pipe.w
end