module Cucumber::WindowsOutput

def puts(*out)

def puts(*out)
  cucumber_puts(*cucumber_preprocess_output(*out))
end