⟩ Do you know the role of garbage collection in Ruby on Rails?
Garbage collection frees up memory for other processes by removing pointer programs and inaccessible objects left behind after a program has executed. This frees the programmer from having to track objects created dynamically during runtime.