All quizzes
RubyChallengeFill the blank

Fill in the operator so this returns `nil` instead of raising `NoMethodError` when `user` is `nil`. Replace `____`:

user = nil
name = user____name
puts name.inspect  # => nil