Module: Sisimai::Reason::Undefined

Defined in:
lib/sisimai/reason/undefined.rb

Overview

Sisimai::Reason::Undefined is for only returning text and description. This class is called only from Sisimai.reason method.

Class Method Summary collapse

Class Method Details

.descriptionObject



9
# File 'lib/sisimai/reason/undefined.rb', line 9

def description; return 'Sisimai could not detect an error reason'; end

.matchObject



10
# File 'lib/sisimai/reason/undefined.rb', line 10

def match;   return false; end

.textObject



8
# File 'lib/sisimai/reason/undefined.rb', line 8

def text; return Sisimai::Eb::Re___0; end

.trueObject



11
# File 'lib/sisimai/reason/undefined.rb', line 11

def true(*); return false; end