Class: Messed::Matcher

Inherits:
Object
  • Object
show all
Defined in:
lib/messed/matcher.rb

Direct Known Subclasses

Always, Conditional

Defined Under Namespace

Classes: Always, Conditional

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#destinationObject

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

Returns:

  • (Boolean)


6
7
8
# File 'lib/messed/matcher.rb', line 6

def stop_processing?
  true
end