rubyx/lib/parfait/array.rb

10 lines
336 B
Ruby
Raw Normal View History

2014-07-29 17:33:11 +02:00
# this is not a "normal" ruby file, ie it is not required by salama
2014-08-05 14:55:24 +02:00
# instead it is parsed by salama to define part of the program that runs
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
end