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