method

set_term_to_element

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: BlockParser

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

set_term_to_element(parent, term) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/rd/block_parser.rb, line 309
def set_term_to_element(parent, term)
#  parent.set_term_under_document_struct(term, @tree.document_struct)
  parent.set_term_without_document_struct(term)
end
Register or log in to add new notes.