LIMIT = 100
Even though LIMIT is a constant, Ruby will still allow you to change its value. It just gives you a warning when you do it, not an error.
LIMIT = 100
Even though LIMIT is a constant, Ruby will still allow you to change its value. It just gives you a warning when you do it, not an error.