make object derivation explicit
in parfait
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
class Array < BaseObject
|
||||
class Array < Object
|
||||
#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 Builtin::Kernel
|
||||
|
Reference in New Issue
Block a user