class Concurrent::MultipleAssignmentError

def inspect

def inspect
  format '%s %s>', super[0..-2], @inspection_data.inspect
end