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 @@
# "New" is slightly misleading in that normal operation only ever
# recycles objects.
class Space
class Space < Object
end