Class: Version::UrlParser Private
- Inherits:
-
RegexParser
- Object
- Parser
- RegexParser
- Version::UrlParser
- Extended by:
- 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.
Class Method Summary collapse
-
.process_spec(spec) ⇒ String
private
Methods inherited from RegexParser
Methods inherited from Parser
Constructor Details
This class inherits a constructor from Version::RegexParser
Class Method Details
.process_spec(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.
49 50 51 |
# File 'brew/Library/Homebrew/version/parser.rb', line 49 def self.process_spec(spec) spec.to_s end |