Module: OS::Linux::Cask::Quarantine Private
- Extended by:
- T::Helpers
- Included in:
- Cask::Quarantine
- Defined in:
- extend/os/linux/cask/quarantine.rb
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Class Method Summary collapse
- .available? ⇒ Boolean private
- .check_quarantine_support ⇒ Symbol private
Class Method Details
.available? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
16 |
# File 'extend/os/linux/cask/quarantine.rb', line 16 def self.available? = false |
.check_quarantine_support ⇒ Symbol
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
13 |
# File 'extend/os/linux/cask/quarantine.rb', line 13 def self.check_quarantine_support = :linux |