Module: FormulaVersions::LegacyChecksums Private
- Included in:
- LegacyBottleSpecification, LegacyResource, LegacySoftwareSpec
- Defined in:
- formula_versions.rb
Overview
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.
Historical metadata is inspected, never downloaded using these obsolete checksums.
Instance Method Summary collapse
- #md5(_value) ⇒ void private
- #sha1(_value) ⇒ void private
Instance Method Details
#md5(_value) ⇒ void
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.
This method returns an undefined value.
20 |
# File 'formula_versions.rb', line 20 def md5(_value); end |
#sha1(_value) ⇒ void
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.
This method returns an undefined value.
17 |
# File 'formula_versions.rb', line 17 def sha1(_value); end |