rename method

This commit is contained in:
Torsten Ruger
2014-07-16 19:24:41 +03:00
parent 55cb6bd2d6
commit 1ff7ae2b0a
13 changed files with 45 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
module Crystal
module Kernel
def self.exit context
function = Virtual::Method.new(:exit , [] , Virtual::Integer)
function = Virtual::MethodDefinition.new(:exit , [] , Virtual::Integer)
return function
ret = Virtual::RegisterMachine.instance.exit(function)
function.set_return ret