Exception: Reporter::ReporterRevisionUnsetError
- Defined in:
- cmd/update-report.rb
Instance Method Summary collapse
- #initialize(var_name) ⇒ void constructor private
Constructor Details
#initialize(var_name) ⇒ 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.
433 434 435 |
# File 'cmd/update-report.rb', line 433 def initialize(var_name) super "#{var_name} is unset!" end |