class ProcessExecuter::DestinationBase

def initialize(destination)

Returns:
  • (DestinationBase) - a new destination handler instance

Parameters:
  • destination (Object) -- the destination to write to
def initialize(destination)
  @destination = destination
  @data_written = []
end