I just started playing with JRuby. This is my first ruby post. I had a hard time understanding classes vs objects in Ruby. It doesnt mean like what classes & objects in
As _why writes in this article
objects do not store methods, only classes can.
The first couple sections have some good points about classes vs objects