Class: EmptyMatcher

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

Instance Method Summary collapse

Methods inherited from Matcher

#initialize

Constructor Details

This class inherits a constructor from Matcher

Instance Method Details

#match(obj) ⇒ Object



67
68
69
# File 'lib/matcher.rb', line 67

def match(obj)
  true
end