Does Ruby offer a mechanism to share variables (more importantly, class objects and any other data abstractions I deem useful for that matter) between different running Ruby
You're probably looking for something like memcache (Gem) or redis (Gem).
You may also be interested in redis-objects.