Class: Plywood::IOHandler
- Inherits:
-
Object
- Object
- Plywood::IOHandler
- Defined in:
- lib/plywood/io_handler.rb
Direct Known Subclasses
Instance Method Summary collapse
- #handle_exit_statuses!(statuses) ⇒ Object
- #handle_io! ⇒ Object
-
#initialize(ios) ⇒ IOHandler
constructor
A new instance of IOHandler.
- #start ⇒ Object
- #stop ⇒ Object
Constructor Details
#initialize(ios) ⇒ IOHandler
Returns a new instance of IOHandler.
3 4 5 |
# File 'lib/plywood/io_handler.rb', line 3 def initialize(ios) @ios = ios end |
Instance Method Details
#handle_exit_statuses!(statuses) ⇒ Object
10 11 |
# File 'lib/plywood/io_handler.rb', line 10 def handle_exit_statuses!(statuses) end |
#handle_io! ⇒ Object
7 8 |
# File 'lib/plywood/io_handler.rb', line 7 def handle_io! end |
#start ⇒ Object
13 14 |
# File 'lib/plywood/io_handler.rb', line 13 def start end |
#stop ⇒ Object
16 17 |
# File 'lib/plywood/io_handler.rb', line 16 def stop end |