# File lib/rcodetools/xmpfilter.rb, line 336 def oneline_ize(code) "((" + code.gsub(/\r?\n|\r/, ';') + "));#{@postfix}\n" end