class EacRubyUtils::Fs::ClearableDirectory

def clear_no_directory

def clear_no_directory
  ::FileUtils.rm_rf(to_path)
end