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