Module: Cuporter::Formatter::NameReport::TextNodeWriter

Included in:
Csv, Text
Defined in:
lib/cuporter/formatter/name_report/text_node_writer.rb

Instance Method Summary collapse

Instance Method Details

#writeObject



7
8
9
10
11
# File 'lib/cuporter/formatter/name_report/text_node_writer.rb', line 7

def write
  @report.report_node.children.each do |child_node|
    write_node(child_node, 0)
  end
end