renaming ripples

This commit is contained in:
Torsten Ruger
2014-08-28 18:53:48 +03:00
parent 09698ec70a
commit 1fc3f1fb18
2 changed files with 6 additions and 6 deletions

View File

@ -4,6 +4,6 @@
class Array < BaseObject
#many basic array functions can not be defined in ruby, such as
# get/set/length/add/delete
# so they must be defined as CompiledMethods in Salama::Kernel
# so they must be defined as CompiledMethods in Builtin::Kernel
end