Sha256: 0c044c23d6226cb67dfea7a9ebbfb836082492b999d20b02737788709568143b
Contents?: true
Size: 428 Bytes
Versions: 19
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
19 entries across 19 versions & 1 rubygems