Common
# File lib/graphviz/types/esc_string.rb, line 17 def check(data) return data end
# File lib/graphviz/types/esc_string.rb, line 21 def output return @data.to_s.inspect.gsub( "\\\\", "\\" ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.