Method: DBA::DBMLPrinter#print_table_start

Defined in:
lib/dba/dbml_printer.rb


4
5
6
# File 'lib/dba/dbml_printer.rb', line 4

def print_table_start(name)
  @io.puts "Table #{name} {"
end