Class: Version::Parser Abstract Private
- Extended by:
- T::Helpers
- Defined in:
- version/parser.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.
This class is abstract.
It cannot be directly instantiated. Subclasses must implement the abstract
methods below.
Direct Known Subclasses
Instance Method Summary collapse
- #parse(spec) ⇒ String? abstract private
Instance Method Details
#parse(spec) ⇒ 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.
This method is abstract.
10 |
# File 'version/parser.rb', line 10 def parse(spec); end |