more work on send, remove yaml hack in test

This commit is contained in:
Torsten Ruger
2014-08-21 22:57:20 +03:00
parent 2260c680b2
commit 5b1e86da49
8 changed files with 49 additions and 23 deletions

View File

@ -6,7 +6,10 @@ module Trickle
def run block
block.codes.dup.each do |code|
next unless code.is_a? MessageSend
if( code.me.type == Virtual::Reference)
next
end
end
end
end