quantity 0.0.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +0,0 @@
1
- class Quantity
2
- class Unit
3
- ##
4
- # @see http://en.wikipedia.org/wiki/Amount_of_substance
5
- class Substance < Unit
6
- # TODO
7
- end
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- class Quantity
2
- class Unit
3
- ##
4
- # @see http://en.wikipedia.org/wiki/Thermodynamic_temperature
5
- class Temperature < Unit
6
- # TODO
7
- end
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- class Quantity
2
- class Unit
3
- ##
4
- # @see http://en.wikipedia.org/wiki/Time
5
- class Time < Unit
6
- # TODO
7
- end
8
- end
9
- end