Method: TreeViewer#do_compute_colours
- Defined in:
- lib/hilfer/tree_viewer.rb
#do_compute_colours(item) ⇒ Object
781 782 783 784 785 786 787 |
# File 'lib/hilfer/tree_viewer.rb', line 781 def do_compute_colours( item ) if respond_to? :compute_colours compute_colours( item.path ) else {} end end |