GraphViz::Types::GvDouble

Public Instance Methods

check(data) click to toggle source
# File lib/graphviz/types/gv_double.rb, line 4
def check(data)
  return data
end
output() click to toggle source
# File lib/graphviz/types/gv_double.rb, line 8
def output
  return @data.to_s.inspect.gsub( "\\\\", "\\" )
end
Also aliased as: to_gv, to_s
to_f() click to toggle source
# File lib/graphviz/types/gv_double.rb, line 12
def to_f
  @data.to_f
end
to_gv() click to toggle source
Alias for: output
to_s() click to toggle source
Alias for: output

[Validate]

Generated with the Darkfish Rdoc Generator 2.