From 29b9ca1a3a9d1f6291af51ab2f6150039b2d5619 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 22 Jun 2008 19:16:25 +0200 Subject: Add a -descriptionForLisp method to all number classes. --- MLKRatio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKRatio.h') diff --git a/MLKRatio.h b/MLKRatio.h index 6104955..b81e91a 100644 --- a/MLKRatio.h +++ b/MLKRatio.h @@ -49,6 +49,7 @@ -(NSString *) description; -(NSString *) descriptionWithBase:(int)base; +-(NSString *) descriptionForLisp; -(void) dealloc; @end -- cgit v1.2.3