# File lib/graphviz/types/gv_double.rb, line 8
      def output
        return @data.to_s.inspect.gsub( "\\\\", "\\" )
      end