Class: Ndo::Pipe

Inherits:
Struct
  • Object
show all
Defined in:
lib/ndo/popen.rb

Instance Attribute Summary collapse

Instance Attribute Details

#readObject

Returns the value of attribute read

Returns:

  • (Object)

    the current value of read



20
21
22
# File 'lib/ndo/popen.rb', line 20

def read
  @read
end

#writeObject

Returns the value of attribute write

Returns:

  • (Object)

    the current value of write



20
21
22
# File 'lib/ndo/popen.rb', line 20

def write
  @write
end