Sha256: 8732594601c98f9280ec81740a23dc55e94db604cf7f6758ca94962e27d0234b
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
require "relaton-render" require_relative "parse" module Relaton module Render module Iso class General < ::Relaton::Render::IsoDoc::General def config_loc YAML.load_file(File.join(File.dirname(__FILE__), "config.yml")) end def klass_initialize(_options) super @parseklass = Relaton::Render::ISO::Parse end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metanorma-iso-2.3.3 | lib/relaton/render/general.rb |
metanorma-iso-2.3.2 | lib/relaton/render/general.rb |