Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/helpers/mail2wiki-helper.rb

Overview

From Dave Burt on comp.lang.ruby

Instance Method Summary collapse

Instance Method Details

#from_quoted_printableObject



5
6
7
# File 'lib/helpers/mail2wiki-helper.rb', line 5

def from_quoted_printable
  self.gsub(/\r\n/, "\n").gsub(/=(?![\dA-F]{2})/,'=3D').unpack("M").first
end