Q. What does the "bang" (!) operator do when appended to a method name in Ruby?
β
Correct Answer: (C)
It indicates that the method mutates the receiver object
You must be Logged in to update hint/solution