aboutsummaryrefslogtreecommitdiffstats
path: root/NSNumber+LispExtensions.m
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
committerBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
commitab10720260e2c184b319026da89f4dfd338500bb (patch)
treea692a27435da0296972e43b21b2f35762e720bfd /NSNumber+LispExtensions.m
downloadmoxie-ab10720260e2c184b319026da89f4dfd338500bb.tar.gz
moxie-ab10720260e2c184b319026da89f4dfd338500bb.zip
Initial commit
Diffstat (limited to 'NSNumber+LispExtensions.m')
-rw-r--r--NSNumber+LispExtensions.m16
1 files changed, 16 insertions, 0 deletions
diff --git a/NSNumber+LispExtensions.m b/NSNumber+LispExtensions.m
new file mode 100644
index 0000000..af59018
--- /dev/null
+++ b/NSNumber+LispExtensions.m
@@ -0,0 +1,16 @@
+//
+// NSNumber+LispExtensions.m
+// Moxie
+//
+// Created by Brian Cully on Tue Sep 28 2004.
+// Copyright (c) 2004 Brian Cully. All rights reserved.
+//
+
+#import "NSNumber+LispExtensions.h"
+
+@implementation NSNumber (LispExtensions)
+- (NSString *)lispForm
+{
+ return [self description];
+}
+@end \ No newline at end of file