Class: Celluloid::IO::PTY::Master
- Inherits:
-
Stream
- Object
- Stream
- Celluloid::IO::PTY::Master
- Extended by:
- Forwardable
- Defined in:
- lib/celluloid/io/pty.rb
Instance Method Summary collapse
-
#initialize(io) ⇒ Master
constructor
A new instance of Master.
- #to_io ⇒ Object
Constructor Details
#initialize(io) ⇒ Master
Returns a new instance of Master.
13 14 15 16 |
# File 'lib/celluloid/io/pty.rb', line 13 def initialize(io) super() @io = io end |
Instance Method Details
#to_io ⇒ Object
18 19 20 |
# File 'lib/celluloid/io/pty.rb', line 18 def to_io @io end |