7 lines
208 B
Smalltalk
7 lines
208 B
Smalltalk
|
baselines
|
||
|
mustache: spec
|
||
|
Metacello new
|
||
|
repository: 'github://noha/mustache/repository';
|
||
|
baseline: 'Mustache';
|
||
|
load.
|
||
|
spec baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]
|