# File lib/graphviz/types/html_string.rb, line 8
def
output
return
"<"
+
@data
+
">"
end