# File lib/data_migrate/schema_dumper.rb, line 11
      def dump(connection = ActiveRecord::Base.connection, stream = STDOUT)
        new(connection).dump(stream)
        stream
      end