Skip to content

Commit

Permalink
added BaselineOfEquals
Browse files Browse the repository at this point in the history
  • Loading branch information
bouraqadi committed Dec 6, 2018
1 parent 98cca8e commit ce3c880
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BaselineOfEquals/BaselineOfEquals.class.st
@@ -0,0 +1,17 @@
Class {
#name : #BaselineOfEquals,
#superclass : #BaselineOf,
#category : #BaselineOfEquals
}

{ #category : #baselines }
BaselineOfEquals >> baseline: spec [
<baseline>

spec for: #'common' do: [
spec
blessing: #'baseline';
repository: 'github://bouraqadi/PharoMisc';
package: #Equals ].

]

0 comments on commit ce3c880

Please sign in to comment.