module FileUtils

def rake_system(*cmd) # :nodoc:

:nodoc:
def rake_system(*cmd) # :nodoc:
  Rake::AltSystem.system(*cmd)
end