Module: DrawUml::Tree
- Defined in:
- lib/draw_uml/tree.rb,
lib/draw_uml/tree/leaf.rb,
lib/draw_uml/tree/branch.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.create(path) ⇒ Object
6 7 8 |
# File 'lib/draw_uml/tree.rb', line 6 def self.create(path) DrawUml::Tree::Branch.new(path) end |