smaller clean-ups

This commit is contained in:
Torsten Ruger
2015-05-25 18:48:35 +03:00
parent 4d0773ebae
commit 8413f6b470
6 changed files with 18 additions and 16 deletions

View File

@ -47,8 +47,9 @@ module Parfait
end
def get_layout()
#puts "ME #{self.class}"
return internal_object_get(LAYOUT_INDEX)
l = internal_object_get(LAYOUT_INDEX)
raise "No layout #{self.class}" unless l
return l
end
def get_instance_variables