Class: Homebrew::DevCmd::AdvisoryMatch::Emitter Private
- Defined in:
- dev-cmd/advisory-match.rb
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.
--output and text mode write per-record and only accumulate counts;
--json accumulates the array (single-formula / PR-bot use, so bounded).
Direct Known Subclasses
Instance Method Summary collapse
- #<<(record) ⇒ void private
- #finish ⇒ void private
Instance Method Details
#<<(record) ⇒ 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.
134 |
# File 'dev-cmd/advisory-match.rb', line 134 def <<(record); end |
#finish ⇒ 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.
137 |
# File 'dev-cmd/advisory-match.rb', line 137 def finish; end |