module DrawUml

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/draw_uml.rb, line 16
def config
  DrawUml::Configure
end
configure() { |Configure| ... } click to toggle source
# File lib/draw_uml.rb, line 12
def configure
  yield DrawUml::Configure
end
root() click to toggle source
# File lib/draw_uml.rb, line 20
def root
  @root ||= Pathname.new(File.expand_path('..', File.dirname(__FILE__)))
end