Method: Failbot#reset!

Defined in:
lib/failbot.rb

#reset!Object

Reset the context stack to a pristine state.



238
239
240
# File 'lib/failbot.rb', line 238

def reset!
  @thread_local_context.value = [context[0]].dup
end