Method: IsoDoc::Function::Blocks#recommendation_labels
- Defined in:
- lib/isodoc/function/reqt.rb
#recommendation_labels(node) ⇒ Object
4 5 6 |
# File 'lib/isodoc/function/reqt.rb', line 4 def recommendation_labels(node) [node.at(ns("./label")), node.at(ns("./title")), node.at(ns("./name"))] end |