Class: Checkpoint::Authority::RejectAll

Inherits:
Object
  • Object
show all
Defined in:
lib/checkpoint/authority.rb

Overview

Dummy authority that rejects everything

Instance Method Summary collapse

Instance Method Details

#permits?Boolean

Returns:

  • (Boolean)


58
59
60
# File 'lib/checkpoint/authority.rb', line 58

def permits?(*)
  false
end