brew/Library/Homebrew/sorbet/rbi/dsl/system_command.rbi

21 lines
426 B
Plaintext
Raw Normal View History

# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `SystemCommand`.
# Please instead update this file by running `bin/tapioca dsl SystemCommand`.
class SystemCommand
sig { returns(T::Boolean) }
def must_succeed?; end
sig { returns(T::Boolean) }
def reset_uid?; end
sig { returns(T::Boolean) }
def sudo?; end
sig { returns(T::Boolean) }
def sudo_as_root?; end
end