Module: Metanorma::Release::ManifestReader

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

Instance Method Summary collapse

Instance Method Details

#read(repo) ⇒ Object

Raises:

  • (NotImplementedError)


54
55
56
# File 'lib/metanorma/release/interfaces.rb', line 54

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