small name update

This commit is contained in:
Torsten Ruger 2015-07-01 21:42:31 +03:00
parent 6a23ef8b26
commit 8f0fd30ef3

View File

@ -1,6 +1,8 @@
module Register
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
def get context , index = Virtual::Integer
get_function = Virtual::CompiledMethodInfo.create_method(:get , [ Virtual::Integer] , Virtual::Integer , Virtual::Integer )