An implementation of ropes extracted from Bloc graphics system developed by feenk.com and probably Aliaksei Syrel.
The following script installs Containers-Rope in Pharo.
Metacello new
baseline: 'ContainersRope';
repository: 'github://pharo-containers/Containers-Rope/src';
load.
Add the following code to your Metacello baseline or configuration
spec
baseline: 'ContainersRope'
with: [ spec repository: 'github://pharo-containers/Containers-Rope/src' ].