public static LuaObject FromFunction(MethodInfo method) { return(MethodUtils.CreateFunction(method)); }