class Spoom::FileTree
def print(out: $stdout, show_strictness: true, colors: true, indent_level: 0)
def print(out: $stdout, show_strictness: true, colors: true, indent_level: 0) printer = TreePrinter.new( tree: self, out: out, show_strictness: show_strictness, colors: colors, indent_level: indent_level ) printer.print_tree end