lib/picky/wrappers/bundle/exact_partial.rb in picky-4.19.7 vs lib/picky/wrappers/bundle/exact_partial.rb in picky-4.20.0

- old
+ new

@@ -17,9 +17,13 @@ def clear; end def dump; end def empty; end def index; end def load; end + + def to_tree_s indent = 0 + bundle.to_tree_s(indent) { "(reference)" } + end end end \ No newline at end of file