From 931c3147e5599c00798115d88f847fafdad60331 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 23 Dec 2010 19:23:15 -0500 Subject: [PATCH] Add a |-description| for VariableNode. --- Source/VariableNode.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/VariableNode.m b/Source/VariableNode.m index db3236f..4258489 100644 --- a/Source/VariableNode.m +++ b/Source/VariableNode.m @@ -111,4 +111,9 @@ return self.type; } +- (NSString*)description +{ + return [NSString stringWithFormat:@"", self, self.fullName]; +} + @end -- 2.22.5