class Bundler::FileUtils::Entry_

def remove_dir1

def remove_dir1
  platform_support {
    Dir.rmdir path().chomp(?/)
  }
end