Sha256: 57c85ea7e7335f1139a6d99b54e5be3c7d49eca3c0b3c407048b6b7f9f455ea0
Contents?: true
Size: 160 Bytes
Versions: 91
Compression:
Stored size: 160 Bytes
Contents
module Metanorma module Output class Base def convert(_in_path, _out_path) raise "This is an abstract class" end end end end
Version data entries
91 entries across 91 versions & 1 rubygems