module Bundler::FileUtils::StreamUtils_

def fu_windows?

def fu_windows?
  /mswin|mingw|bccwin|emx/ =~ RUBY_PLATFORM
end