Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 469 Bytes

File metadata and controls

22 lines (17 loc) · 469 Bytes

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' ];
    " ... "