68 69 70 71
# File 'lib/crokus/cfg_printer.rb', line 68 def clean4dot str str=str.gsub(/\\n\"/,'"') str=str.gsub(/"/,'\"') end