What’s Happening in My Ruby Application?
If you’re wondering what’s going on with your Ruby application… There are no fancy GUI tools… But we have the ObjectSpace module! ObjectSpace gives you information about the current state of your application. Let’s discover how it works. Counting Objects Using ObjectSpace you can know what objects are currently ‘alive’ in your program. What does … Read more