module DrawUml::Tree
Public Class Methods
create(path)
click to toggle source
# File lib/draw_uml/tree.rb, line 6 def self.create(path) DrawUml::Tree::Branch.new(path) end
# File lib/draw_uml/tree.rb, line 6 def self.create(path) DrawUml::Tree::Branch.new(path) end