start on reworking sys calls

This commit is contained in:
Torsten Ruger
2015-06-22 22:48:42 +03:00
parent 9c21f4274d
commit 2aba926f1f
7 changed files with 56 additions and 4 deletions

View File

@ -65,7 +65,7 @@ module Parfait
def get_layout()
l = internal_object_get(LAYOUT_INDEX)
raise "No layout #{self.class}:#{self.class} #{self.object_id}" unless l
raise "No layout #{self.to_s}:#{self.class} #{self.object_id}" unless l
return l
end