class DatabaseFlusher::NullStrategy

Public Instance Methods

clean() click to toggle source
# File lib/database_flusher/null_strategy.rb, line 6
def clean; end
start() click to toggle source
# File lib/database_flusher/null_strategy.rb, line 4
def start; end
stop() click to toggle source
# File lib/database_flusher/null_strategy.rb, line 5
def stop; end