Class: MetalArchives::Parsers::Base
- Inherits:
-
Object
- Object
- MetalArchives::Parsers::Base
- Defined in:
- lib/metal_archives/parsers/base.rb
Overview
Abstract base class
Class Method Summary collapse
Class Method Details
.parse(_input) ⇒ Object
9 10 11 |
# File 'lib/metal_archives/parsers/base.rb', line 9 def self.parse(_input) raise Errors::NotImplementedError, "method .parse not implemented" end |