Sha256: 7421603ddb9617734eb0d5d1d961e9dc5cc2dfdb5d2bb8e79adfd645c8d16c05

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

require "relaton-render"
require "metanorma-utils"

module Relaton
  module Render
    module IsoDoc
      class General < ::Relaton::Render::General
        def config_loc
          YAML.load_file(File.join(File.dirname(__FILE__), "config.yml"))
        end

        def read_config
          super.deep_merge(config_loc)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
isodoc-2.2.2.2 lib/relaton/render/general.rb