Method: Failbot::MemoryBackend#report

Defined in:
lib/failbot/memory_backend.rb

#report(data) ⇒ Object



14
15
16
17
# File 'lib/failbot/memory_backend.rb', line 14

def report(data)
  @reports << data
  fail if @fail
end