Module: Metanorma::Release::FileRouting
- Included in:
- ByDocument, ByFormat, Flat
- Defined in:
- lib/metanorma/release/file_routing.rb
Instance Method Summary collapse
Instance Method Details
#compute_path(file_name, metadata) ⇒ Object
6 7 8 |
# File 'lib/metanorma/release/file_routing.rb', line 6 def compute_path(file_name, ) raise NotImplementedError, "#{self.class} must implement #compute_path" end |