Class Symbol


back
asString
| str |
str := String new: self size.
1 to: str size do: [:i| str at: i put: (self at: i)].
^ str