diff --git a/.project b/.project new file mode 100644 index 0000000..81083cc --- /dev/null +++ b/.project @@ -0,0 +1,3 @@ +{ + 'srcDirectory' : 'src' +} \ No newline at end of file diff --git a/src/Units-Core/BaseUnit.class.st b/src/Units-Core/BaseUnit.class.st index e531982..bd7754a 100644 --- a/src/Units-Core/BaseUnit.class.st +++ b/src/Units-Core/BaseUnit.class.st @@ -43,12 +43,6 @@ BaseUnit class >> ampere [ ^self withSingularName: 'ampere' ] -{ #category : #'base units' } -BaseUnit class >> amperes [ - - ^self ampere -] - { #category : #example } BaseUnit class >> basePair [ @@ -79,8 +73,14 @@ BaseUnit class >> donuts [ ^ self donut ] +{ #category : #'base units' } +BaseUnit class >> gram [ + ^ self withSingularName: 'gram' +] + { #category : #initialization } BaseUnit class >> initializeClass [ +