I am working through Ruby Koans.
The test_the_shovel_operator_modifies_the_original_string Koan in about_strings.rb includes the follo
test_the_shovel_operator_modifies_the_original_string
Because it's faster / does not create a copy of the string <-> garbage collector does not need to run.