8000 GitHub - hernanmd/OrderedSet: OrderedSet for Pharo Smalltalk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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' ];
    " ... "
0