Skip to content
Robert Ray Software
  • Home
  • Home
  • Ruby
  • Ruby: Constants
Posted inRuby

Ruby: Constants

Posted by By Robert March 24, 2023
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.

Last updated on March 24, 2023
Robert
Hi, I’m Robert. I have built custom software professionally for more than 15 years.
View All Posts

Post navigation

Previous Post
Ruby: Case (aka Switch) Statements
Next Post
Ruby: try, catch, finally, throw, rescue, raise
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Legal
  • Privacy Policy
Site Navigation
  • Home
  • For Developers
  • Privacy Policy
Copyright 2025 — Robert Ray Software. All rights reserved.
Scroll to Top