Classes
- Empty Class definition
- Class with attributes
- Class with getters
- Class with setter
- Class with getters and setter (property)
- Class with property with default value
- Class with declared getter and default value
- Class with declared getter
- Serialize Crystal-lang class to/from JSON from_json to_json
- Compare objects for equality
- Singleton using class properties
- Singleton using class properties with default values
- Class monkey-path add method
- Stringification to_s