class Turnstile::Commands::Flushdb

Public Instance Methods

execute() click to toggle source
# File lib/turnstile/commands/flushdb.rb, line 7
def execute
  flushdb
end
flushdb() click to toggle source
# File lib/turnstile/commands/flushdb.rb, line 11
def flushdb
  adapter.flushdb
end