Sha256: c666550303941e884e07dde709a2e31dcc5e39ad4be0a10e89754eb34365a550
Contents?: true
Size: 428 Bytes
Versions: 48
Compression:
Stored size: 428 Bytes
Contents
require "relaton-render" require "isodoc" require_relative "parse" module Relaton module Render module Iec 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::Iec::Parse end end end end end
Version data entries
48 entries across 48 versions & 1 rubygems