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

@ -2,7 +2,7 @@
# A message is what is sent when you invoke a method. Args and stuff are packed up in to a Message
# and the Message is sent to the receiver.
class Message
class Message < Object
def get_type_for(name)
index = @layout.get_index(name)