fixed foo and hello, next putint

This commit is contained in:
Torsten Ruger
2014-06-12 09:07:03 +03:00
parent eef6744827
commit 506f98da5a
8 changed files with 16 additions and 18 deletions

View File

@ -25,7 +25,7 @@ module Boot
index_function = context.object_space.get_or_create_class(:Object).get_or_create_function(:index_of)
get_function.push( [me] )
get_function.call( index_function )
after_body = get_function.new_block("#{get_function.insertion_point.name}_a")
after_body = get_function.new_block("after_index")
get_function.insert_at after_body
get_function.pop([me])