class Terrapin::CommandLine::Output

def initialize(output = nil, error_output = nil)

def initialize(output = nil, error_output = nil)
  @output = output
  @error_output = error_output
end

def to_s

def to_s
  output.to_s
end