module DrawErd

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/draw_erd.rb, line 12
def config
  DrawErd::Configure
end
configure() { |Configure| ... } click to toggle source
# File lib/draw_erd.rb, line 8
def configure
  yield DrawErd::Configure
end