improve label names a bit

This commit is contained in:
Torsten Ruger
2015-11-01 19:13:40 +02:00
parent d3a7809746
commit 834266e11e
3 changed files with 11 additions and 8 deletions

View File

@ -33,6 +33,7 @@ module Soml
create_method_for(@clazz, name , args ).init_method
@clazz.add_instance_method @method
end
@method.source = statement
#puts "compile method #{@method.name}"
kids.to_a.each do |ex|