Method: DataTransit::GivenTableDumper#tables
- Defined in:
- lib/datatransit/model_dumper.rb
#tables(stream) ⇒ Object
29 30 31 32 33 |
# File 'lib/datatransit/model_dumper.rb', line 29 def tables(stream) @@tables.each do |tbl| table(tbl, stream) end end |