10 Things Every Java Programmer Should Know About Ruby

Item #4
Mix it up with Mix-Ins

Although Ruby does not have interfaces, it does have mix-ins defined by modules.

A module…