class Cucumber::Formatter::ColorIO
Adapter to make #puts/#print/#flush work with colours on Windows
def <<(output)
def <<(output) print(output) self end
def initialize
def initialize @kernel = Kernel @stdout = STDOUT end
Adapter to make #puts/#print/#flush work with colours on Windows
def <<(output) print(output) self end
def initialize @kernel = Kernel @stdout = STDOUT end