Class: Stepmod::Utils::Converters::Uof

Inherits:
Base
  • Object
show all
Defined in:
lib/stepmod/utils/converters/uof.rb

Constant Summary

Constants inherited from Base

Base::PREFIXES_REGEX

Instance Method Summary collapse

Methods inherited from Base

#treat_children

Instance Method Details

#convert(_node, _state = {}) ⇒ Object



9
10
11
12
13
14
15
16
17
18
19
# File 'lib/stepmod/utils/converters/uof.rb', line 9

def convert(_node, _state = {})
  # WARNING: <uof> tag content is deprecated
  ""

  #
  # <<~TEXT
  # === #{node['name'].strip}

  # <ISO 10303 application module> #{treat_children(node, state).strip}
  # TEXT
end