Class: Messed::Matcher
- Inherits:
-
Object
- Object
- Messed::Matcher
- Defined in:
- lib/messed/matcher.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Always, Conditional
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
Instance Method Summary collapse
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination.
4 5 6 |
# File 'lib/messed/matcher.rb', line 4 def destination @destination end |
Instance Method Details
#stop_processing? ⇒ Boolean
6 7 8 |
# File 'lib/messed/matcher.rb', line 6 def stop_processing? true end |