diff core/src/luan/modules/Luan.luan @ 448:8b2db645b9b2

move Luan.to_number to String
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 May 2015 20:05:38 -0600
parents 0bd42e774c50
children bab5607a0eed
line wrap: on
line diff
--- a/core/src/luan/modules/Luan.luan	Mon May 04 17:19:43 2015 -0600
+++ b/core/src/luan/modules/Luan.luan	Mon May 04 20:05:38 2015 -0600
@@ -22,7 +22,6 @@
 raw_len = BasicLuan.raw_len
 raw_set = BasicLuan.raw_set
 set_metatable = BasicLuan.set_metatable
-to_number = BasicLuan.to_number
 to_string = BasicLuan.to_string
 try = BasicLuan.try_
 type = BasicLuan.type