Module: OS::Linux::Cask::Quarantine::ClassMethods Private
- Extended by:
- T::Helpers
- 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.
Instance Method Summary collapse
- #available? ⇒ Boolean private
- #check_quarantine_support ⇒ Symbol private
Instance 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.
17 |
# File 'extend/os/linux/cask/quarantine.rb', line 17 def 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.
14 |
# File 'extend/os/linux/cask/quarantine.rb', line 14 def check_quarantine_support = :linux |