fixup names in builtin module
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
module Builtin
|
||||
module Kernel
|
||||
def self.putstring context
|
||||
function = Virtual::CompiledMethod.new(:putstring , [] )
|
||||
return function
|
||||
ret = Virtual::RegisterMachine.instance.write_stdout(function)
|
||||
function.set_return ret
|
||||
function
|
||||
end
|
||||
end
|
||||
class String
|
||||
module ClassMethods
|
||||
def get context , index = Virtual::Integer
|
||||
|
Reference in New Issue
Block a user