GraphViz::Types::Common
# File lib/graphviz/types/lbl_string.rb, line 4 def check(data) return data end
# File lib/graphviz/types/lbl_string.rb, line 8 def output html = /^<([<|(^<)*<].*)>$/.match(@data) if html != nil "<#{html[1]}>" else @data.to_s.inspect.gsub( "\\\\", "\\" ) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.