Module: Metanorma::Release::ManifestReader

Included in:
Platform::GitHub::ManifestReader, PlatformFactory::NullManifestReader
Defined in:
lib/metanorma/release/interfaces.rb

Instance Method Summary collapse

Instance Method Details

#read(repo) ⇒ Object

Raises:

  • (NotImplementedError)


42
43
44
# File 'lib/metanorma/release/interfaces.rb', line 42

def read(repo)
  raise NotImplementedError, "#{self.class} must implement #read"
end