README excerpt
# Ingenieria del Software II - Template

[](https://coveralls.io/github/uca-argentina/project-template?branch=master)
## Metacello
```smalltalk
Metacello new
baseline: 'IngSoft2';
githubUser: 'uca-argentina' project: '2025-return-self' commitish: 'master' path: 'repository';
load: 'development'.
```