Module: NonExtractingNonTextNode

Includes:
NonTextNode
Defined in:
lib/core/non_extracting_non_text_node.rb

Instance Method Summary collapse

Methods included from NonTextNode

#can_be_combined?, #contains_only_whitespace?, #text?, #top_level?, #white_space?

Methods included from BaseNode

#shatter?, #shattered_node_list

Instance Method Details

#extract_text(text_extractor, node_tree) ⇒ Object



4
5
6
# File 'lib/core/non_extracting_non_text_node.rb', line 4

def extract_text( text_extractor, node_tree )
  # I do nothing!
end