require 'wparser/parse' class Break < Parse def self.parse text @result = text.gsub(/\r\n/, "\n").gsub(/\r/, "\n") super end end