Class: Bulletin::Store::Null

Inherits:
Base
  • Object
show all
Defined in:
lib/bulletin/store/null.rb

Overview

No-op backend. Useful in tests and as a kill switch.

Instance Method Summary collapse

Instance Method Details

#prune!Object



9
# File 'lib/bulletin/store/null.rb', line 9

def prune!; end

#record(_payload) ⇒ Object



7
# File 'lib/bulletin/store/null.rb', line 7

def record(_payload); end