Class: Metanorma::Input::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/metanorma/input/base.rb

Direct Known Subclasses

Asciidoc

Instance Method Summary collapse

Instance Method Details

#process(_file, _filename, _type) ⇒ Object



4
5
6
# File 'lib/metanorma/input/base.rb', line 4

def process(_file, _filename, _type)
  raise "This is an abstract class"
end