class Test::Unit::UI::Console::ColorizedReadableDiffer

def output(something, color=nil)

def output(something, color=nil)
  @runner.__send__(:output, something, color)
end