Class: NilClass

Inherits:
Object show all
Defined in:
lib/mail/core_extensions/nil.rb

Overview

This is not loaded if ActiveSupport is already loaded

Instance Method Summary collapse

Instance Method Details

#to_crlfObject

:nodoc:



6
7
8
# File 'lib/mail/core_extensions/nil.rb', line 6

def to_crlf
  ''
end

#to_lfObject



10
11
12
# File 'lib/mail/core_extensions/nil.rb', line 10

def to_lf
  ''
end