make object derivation explicit

in parfait
This commit is contained in:
Torsten Ruger
2015-04-08 20:33:15 +03:00
parent 81e3a98af8
commit aaf6da8808
7 changed files with 7 additions and 7 deletions

View File

@@ -8,6 +8,6 @@
# object. The smallest object is usually a cache line, 16 bytes or
# an exponent of two larger.
class Page
class Page < Object
end