Class: Plywood::IOHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/plywood/io_handler.rb

Direct Known Subclasses

FancyLogger, Logger

Instance Method Summary collapse

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

#startObject



13
14
# File 'lib/plywood/io_handler.rb', line 13

def start
end

#stopObject



16
17
# File 'lib/plywood/io_handler.rb', line 16

def stop
end