class Permissable::FakeRedis
Public Instance Methods
del(*args)
click to toggle source
# File lib/permissable.rb, line 25 def del(*args) puts "REDIS NOT CONFIGURED, required by Permissable" false end
get(*args)
click to toggle source
# File lib/permissable.rb, line 20 def get(*args) puts "REDIS NOT CONFIGURED, required by Permissable" nil end
setex(*args)
click to toggle source
# File lib/permissable.rb, line 15 def setex(*args) puts "REDIS NOT CONFIGURED, required by Permissable" false end