Skip to content

hernanmd/OrderedSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OrderedSet

Installation

Metacello new
    baseline: 'OrderedSet';
    repository: 'github://hernanmd/OrderedSet/repository';
    load

Baseline String

If you want to add the OrderedSet to your Metacello Baselines or Configurations, copy and paste the following expression:

    " ... "
    spec
            baseline: 'OrderedSet' 
            with: [ spec repository: 'github://hernanmd/OrderedSet/repository' ];
    " ... "