diff core/src/luan/modules/Binary.luan @ 360:cbb94a7c7a9e

allow mail attachments; add String.to_binary and Binary.to_string;
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 15 Apr 2015 11:32:30 -0600
parents 7f7708e8fdd4
children 92c3d22745b8
line wrap: on
line diff
--- a/core/src/luan/modules/Binary.luan	Wed Apr 15 08:58:54 2015 -0600
+++ b/core/src/luan/modules/Binary.luan	Wed Apr 15 11:32:30 2015 -0600
@@ -3,3 +3,4 @@
 
 byte = BinaryLuan.byte_
 binary = BinaryLuan.binary
+to_string = BinaryLuan.to_string