Class: Version::Parser Private
- Inherits:
-
Object
- Object
- Version::Parser
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- brew/Library/Homebrew/version/parser.rb
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.
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. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method is abstract.
12 |
# File 'brew/Library/Homebrew/version/parser.rb', line 12 def parse(spec); end |