10 lines
170 B
Ruby
10 lines
170 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Homebrew
|
|
module Diagnostic
|
|
class Checks
|
|
alias generic_check_tmpdir_sticky_bit check_tmpdir_sticky_bit
|
|
end
|
|
end
|
|
end
|