Module: OS::Linux::Search::ClassMethods Private
- Defined in:
- extend/os/linux/search.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
- #ignore_cask?(cask) ⇒ Boolean private
Instance Method Details
#ignore_cask?(cask) ⇒ 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.
9 10 11 |
# File 'extend/os/linux/search.rb', line 9 def ignore_cask?(cask) !cask.supports_linux? end |