Method: TermDump::Main#print_result
- Defined in:
- lib/termdump/main.rb
#print_result(ptree, path_prefix) ⇒ Object
print the dumped result:
179 180 181 |
# File 'lib/termdump/main.rb', line 179 def print_result ptree, path_prefix puts dump(ptree, path_prefix) end |