class ProcessExecuter::DestinationBase
def initialize(destination)
-
(DestinationBase)
- a new destination handler instance
Parameters:
-
destination
(Object
) -- the destination to write to
def initialize(destination) @destination = destination @data_written = [] end