Class: LinuxRequirement Private
- Inherits:
-
Requirement
- Object
- Requirement
- LinuxRequirement
- Defined in:
- requirements/linux_requirement.rb,
sorbet/rbi/dsl/linux_requirement.rbi
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
A requirement on Linux.
Constant Summary
Constants included from Dependable
Instance Attribute Summary
Attributes inherited from Requirement
Attributes included from Dependable
Instance Method Summary collapse
- #message ⇒ String private
Methods inherited from Requirement
cask, #display_s, download, #env, env, #env_proc, expand, fatal, #fatal?, #initialize, #mktemp, #modify_build_environment, #option_names, prune, prune?, #satisfied?, #satisfied_result_parent, satisfy
Methods included from BuildEnvironment::DSL
Methods included from Cachable
Methods included from Attrable
Methods included from Dependable
#build?, #implicit?, #option_tags, #optional?, #options, #prune_from_option?, #prune_if_build_and_not_dependent?, #recommended?, #required?, #test?
Constructor Details
This class inherits a constructor from Requirement
Instance Method Details
#message ⇒ String
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.
11 12 13 |
# File 'requirements/linux_requirement.rb', line 11 def "Linux is required for this software." end |