Class: Messed::Matcher::Always

Inherits:
Messed::Matcher show all
Defined in:
lib/messed/matcher.rb

Instance Attribute Summary

Attributes inherited from Messed::Matcher

#destination

Instance Method Summary collapse

Methods inherited from Messed::Matcher

#stop_processing?

Instance Method Details

#match?(message) ⇒ Boolean

Returns:

  • (Boolean)


43
44
45
# File 'lib/messed/matcher.rb', line 43

def match?(message)
  true
end