Class.implement
Implements the passed in properties into the base Class prototypes, altering the base Class. The same as creating a new Class with the Implements property, but handy when you need to modify existing classes. Official MooTools Documentation
Articles using Class.implement
JQuery 1.4’s new ‘until’ methods caught my eye … introducing Element.GetUntil
January 15, 2010
So I did what every good mootools developer would … extended MooTools to do the same.

