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
.description ⇒ Object
8 |
# File 'lib/sisimai/reason/undefined.rb', line 8 def description; return 'Sisimai could not detect an error reason'; end |
.match ⇒ Object
9 |
# File 'lib/sisimai/reason/undefined.rb', line 9 def match; return false; end |
.text ⇒ Object
7 |
# File 'lib/sisimai/reason/undefined.rb', line 7 def text; return 'undefined'; end |
.true ⇒ Object
10 |
# File 'lib/sisimai/reason/undefined.rb', line 10 def true(*); return false; end |