Class: Trailer::Storage::Null
- Inherits:
-
Object
- Object
- Trailer::Storage::Null
- Includes:
- Concurrent::Async
- Defined in:
- lib/trailer/storage/null.rb
Instance Method Summary collapse
-
#flush ⇒ Object
Pretends to flush the queued messages to the storage provider.
-
#write(_data) ⇒ Object
Pretends to queue the given hash for writing.
Instance Method Details
#flush ⇒ Object
Pretends to flush the queued messages to the storage provider.
14 |
# File 'lib/trailer/storage/null.rb', line 14 def flush; end |
#write(_data) ⇒ Object
Pretends to queue the given hash for writing.
11 |
# File 'lib/trailer/storage/null.rb', line 11 def write(_data); end |