diff core/src/luan/modules/Luan.luan @ 443:bf5e62a9090c

remove toBoolean() and to_boolean()
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 May 2015 14:55:51 -0600
parents 75ccb4da803f
children e45bcaf6f5fe
line wrap: on
line diff
--- a/core/src/luan/modules/Luan.luan	Mon May 04 13:49:12 2015 -0600
+++ b/core/src/luan/modules/Luan.luan	Mon May 04 14:55:51 2015 -0600
@@ -22,7 +22,6 @@
 raw_len = BasicLuan.raw_len
 raw_set = BasicLuan.raw_set
 set_metatable = BasicLuan.set_metatable
-to_boolean = BasicLuan.to_boolean
 to_number = BasicLuan.to_number
 to_string = BasicLuan.to_string
 try = BasicLuan.try_