Exception: MethodDeprecatedError Private
- Inherits:
-
StandardError
- Object
- StandardError
- MethodDeprecatedError
- Defined in:
- Library/Homebrew/exceptions.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Raised when a deprecated method is used.
Instance Attribute Summary collapse
- #issues_url ⇒ Object private
Instance Attribute Details
#issues_url ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
76 77 78 |
# File 'Library/Homebrew/exceptions.rb', line 76 def issues_url @issues_url end |