Method: DbBackupTool::Dumper#initialize

Defined in:
lib/db_backup_tool/dumper.rb

#initialize(table, options = {}) ⇒ Dumper

Returns a new instance of Dumper.



4
5
6
# File 'lib/db_backup_tool/dumper.rb', line 4

def initialize(table, options = {})
  @table, @options = table, options.dup
end