module Sisimai::Reason::Undefined
Sisimai::Reason::Undefined
is for only returning text and description. This class is called only from Sisimai.reason
method.
Public Class Methods
description()
click to toggle source
# File lib/sisimai/reason/undefined.rb, line 9 def description; return 'Sisimai could not detect an error reason'; end
match()
click to toggle source
# File lib/sisimai/reason/undefined.rb, line 10 def match; return nil; end
text()
click to toggle source
# File lib/sisimai/reason/undefined.rb, line 8 def text; return 'undefined'; end
true(*)
click to toggle source
# File lib/sisimai/reason/undefined.rb, line 11 def true(*); return nil; end