Method: IsoDoc::Function::Blocks#reqt_metadata_node
- Defined in:
- lib/isodoc/function/reqt.rb
#reqt_metadata_node(node) ⇒ Object
62 63 64 65 |
# File 'lib/isodoc/function/reqt.rb', line 62 def (node) %w(label title subject classification tag value inherit name).include? node.name end |