When Ruby methods add an exclamation point at the end of their name (such as sort!), what does it typically indicate?
sort!
The method will ignore exceptions that occur during execution.
Any ending line return will be omitted from the result.
The method executes using "sudo" privileges.
It is a more powerful or destructive version of the method.