method

set_term_to_element

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: BlockParser
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.