Class: Relaton::Render::IEEE::General

Inherits:
Relaton::Render::IsoDoc::General
  • Object
show all
Defined in:
lib/relaton/render/general.rb

Instance Method Summary collapse

Instance Method Details

#config_locObject



8
9
10
# File 'lib/relaton/render/general.rb', line 8

def config_loc
  YAML.load_file(File.join(File.dirname(__FILE__), "config.yml"))
end

#klass_initialize(_options) ⇒ Object



12
13
14
15
# File 'lib/relaton/render/general.rb', line 12

def klass_initialize(_options)
  super
  @parseklass = Relaton::Render::IEEE::Parse
end