fix the string warning raises

This commit is contained in:
Torsten Ruger
2015-08-17 02:37:07 +03:00
parent f15f7800b3
commit c039f3d6e6
5 changed files with 11 additions and 11 deletions

View File

@ -39,7 +39,7 @@ module Virtual
def self.compile_modulename expression , method
clazz = Parfait::Space.object_space.get_class_by_name expression.name
raise "uups #{clazz}.#{name}" unless clazz
raise "compile_modulename #{clazz}.#{name}" unless clazz
to = Return.new(Reference , clazz )
method.source.add_code Set.new( clazz , to )
to