Class: Version::Parser Abstract Private

Inherits:
Object show all
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

RegexParser

Instance Method Summary collapse

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.

Parameters:

Returns:



10
# File 'version/parser.rb', line 10

def parse(spec); end