namechange

This commit is contained in:
Torsten Ruger
2014-07-29 18:33:11 +03:00
parent da9a57b3cf
commit 7b6f364ba8
24 changed files with 34 additions and 34 deletions

View File

@ -55,7 +55,7 @@ module Boot
end
[:putstring,:putint,:fibo,:exit].each do |f|
#puts "Boot Kernel::#{f}"
obj.add_method_definition Kide::Kernel.send(f , @context)
obj.add_method_definition Salama::Kernel.send(f , @context)
end
obj = get_or_create_class :String
[:get , :set].each do |f|