A fork of Rural Dictionary
When class just doesn't work
No thats not class thats clazz Java: Class clazz = Class.class;
In typical Object-Oriented languages, a class is a collection of data, and a collection of methods that operate on that data.
I needed some additional logic to handle the rendering, so I added a new class to the system.