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)


170
171
172
# File 'lib/checkpoint/authority.rb', line 170

def permits?(*)
  false
end