@api private
# File lib/childprocess/abstract_io.rb, line 24 def _stdin=(io) check_type io @stdin = io end
# File lib/childprocess/abstract_io.rb, line 5 def inherit! @stdout = STDOUT @stderr = STDERR end
Generated with the Darkfish Rdoc Generator 2.