Method: Failbot#pop

Defined in:
lib/failbot.rb

#popObject

Remove the last info hash from the context stack.



233
234
235
# File 'lib/failbot.rb', line 233

def pop
  context.pop if context.size > 1
end