# File automaten.rb, line 102
def
to_s
return
"["
+
@item
+
"]"
end