small name update
This commit is contained in:
parent
6a23ef8b26
commit
8f0fd30ef3
@ -1,6 +1,8 @@
|
|||||||
module Register
|
module Register
|
||||||
module Builtin
|
module Builtin
|
||||||
class Array
|
# This is all fantasy at the moment. Not even required, not tested, just an idea
|
||||||
|
# Most likely wrong, in fact so old as to predate the internal_XX stuff
|
||||||
|
class List
|
||||||
module ClassMethods
|
module ClassMethods
|
||||||
def get context , index = Virtual::Integer
|
def get context , index = Virtual::Integer
|
||||||
get_function = Virtual::CompiledMethodInfo.create_method(:get , [ Virtual::Integer] , Virtual::Integer , Virtual::Integer )
|
get_function = Virtual::CompiledMethodInfo.create_method(:get , [ Virtual::Integer] , Virtual::Integer , Virtual::Integer )
|
Loading…
Reference in New Issue
Block a user