Module: Metanorma::Release::ManifestReader

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

Instance Method Summary collapse

Instance Method Details

#read(repo) ⇒ Object

Raises:

  • (NotImplementedError)


18
19
20
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 18

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