Method: Cod::Pipe#r

Defined in:
lib/cod/pipe.rb

#rObject

Returns the read end of the pipe



170
171
172
# File 'lib/cod/pipe.rb', line 170

def r
  pipe.r
end