class Trailer::Storage::Null
Public Instance Methods
flush()
click to toggle source
Pretends to flush the queued messages to the storage provider.
# File lib/trailer/storage/null.rb, line 14 def flush; end
write(_data)
click to toggle source
Pretends to queue the given hash for writing.
@param data [Hash] A key-value hash of trace data to write to storage.
# File lib/trailer/storage/null.rb, line 11 def write(_data); end