Class: Checkpoint::Authority::RejectAll
- Inherits:
-
Object
- Object
- Checkpoint::Authority::RejectAll
- Defined in:
- lib/checkpoint/authority.rb
Overview
Dummy authority that rejects everything
Instance Method Summary collapse
Instance Method Details
#permits? ⇒ Boolean
58 59 60 |
# File 'lib/checkpoint/authority.rb', line 58 def permits?(*) false end |