make object derivation explicit
in parfait
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user