Class: SubSpawn::POSIX::PtyHelper::PtyIO

Inherits:
IO
  • Object
show all
Defined in:
lib/subspawn/posix/pty.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#slave_pathObject (readonly)

Subspawn-specific feature



14
15
16
# File 'lib/subspawn/posix/pty.rb', line 14

def slave_path
  @slave_path
end

Instance Method Details

#inspectObject



9
10
11
# File 'lib/subspawn/posix/pty.rb', line 9

def inspect
	"#<IO:masterpty:#{@slave_path}>"
end