remove method source receiver

no harm done it seems
This commit is contained in:
Torsten Ruger
2015-10-28 14:24:14 +02:00
parent e75517ff05
commit 72b790c107
3 changed files with 1 additions and 4 deletions

View File

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