class GraphViz::Types::ArrowType
Public Instance Methods
check(data)
click to toggle source
# File lib/graphviz/types/arrow_type.rb, line 16 def check(data) return data end
output()
click to toggle source
# File lib/graphviz/types/arrow_type.rb, line 20 def output return @data.to_s.inspect.gsub( "\\\\", "\\" ) end
to_ruby()
click to toggle source
# File lib/graphviz/types/arrow_type.rb, line 27 def to_ruby @data end