# this is not a "normal" ruby file, ie it is not required by kide # instead it is parsed by kide to define part of the kide that runs class Array < BaseObject def initialize size end def at(index) end def set(index , value) end end