Method: Crokus::CFGPrinter#clean4dot

Defined in:
lib/crokus/cfg_printer.rb

#clean4dot(str) ⇒ Object



68
69
70
71
# File 'lib/crokus/cfg_printer.rb', line 68

def clean4dot str
  str=str.gsub(/\\n\"/,'"')
  str=str.gsub(/"/,'\"')
end