2014-05-31 12:52:29 +03:00
|
|
|
|
2015-04-08 20:33:15 +03:00
|
|
|
class Array < Object
|
2014-08-28 16:39:35 +03:00
|
|
|
#many basic array functions can not be defined in ruby, such as
|
|
|
|
# get/set/length/add/delete
|
2014-08-28 18:53:48 +03:00
|
|
|
# so they must be defined as CompiledMethods in Builtin::Kernel
|
2014-08-28 16:39:35 +03:00
|
|
|
|
2014-05-31 12:52:29 +03:00
|
|
|
end
|