Document Staged.

This commit is contained in:
Markus Reiter 2020-08-24 23:50:47 +02:00
parent 258a579fee
commit 7e3aee2669

View File

@ -3,6 +3,9 @@
require "utils/user" require "utils/user"
module Cask module Cask
# Helper functions for staged casks.
#
# @api private
module Staged module Staged
def set_permissions(paths, permissions_str) def set_permissions(paths, permissions_str)
full_paths = remove_nonexistent(paths) full_paths = remove_nonexistent(paths)