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