1
0
Fork 0

isup: Use the class name for the parameter as well

We might want to truncate this a bit or have a mapping
This commit is contained in:
Holger Hans Peter Freyther 2011-03-03 21:39:32 +01:00
parent cf0c457726
commit 1f0b9d88fe
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Object subclass: StructItem [
]
param [
^ self name
^ self className
]
length [ ^ (data at: 1) reverse]