gtoolkit-constrainer

Description

Apply constraints on Pharo object models and reveal rule breakers.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Jan. 12, 2018
Updated
Sept. 26, 2025
Topics
glamorous-toolkit

README excerpt

# GToolkit Constrainer
Apply constraints on Pharo object models and reveal rule breakers.

## Installation

Load the code via:

```Iceberg enableMetacelloIntegration: true.
Metacello new
   baseline: 'GToolkitConstrainer';
   repository: 'github://feenkcom/gtoolkit-constrainer/src';
   load.
```
← Back to results