Sha256: b3471dd61f946862d68aec1bb02bfeb7bb51e36cfb7900c43f9f9bce47f566a5
Contents?: true
Size: 428 Bytes
Versions: 33
Compression:
Stored size: 428 Bytes
Contents
require "relaton-render" require "isodoc" 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
33 entries across 33 versions & 1 rubygems