Classes: Branch, Leaf
6 7 8
# File 'lib/draw_uml/tree.rb', line 6 def self.create(path) DrawUml::Tree::Branch.new(path) end