class RorVsWild::Agent
def merge_error_context(hash)
def merge_error_context(hash) self.error_context = error_context ? error_context.merge(hash) : hash end
def merge_error_context(hash) self.error_context = error_context ? error_context.merge(hash) : hash end