class RorVsWild::Execution

def merge_error_context(hash)

def merge_error_context(hash)
  @error_context = @error_context ? @error_context.merge(hash) : hash
end