Class: HttpStub::Server::Stub::Match::TruthyMatcher
- Inherits:
-
Object
- Object
- HttpStub::Server::Stub::Match::TruthyMatcher
- Defined in:
- lib/http_stub/server/stub/match/truthy_matcher.rb
Class Method Summary collapse
Class Method Details
.matches?(_request, _logger) ⇒ Boolean
10 11 12 |
# File 'lib/http_stub/server/stub/match/truthy_matcher.rb', line 10 def matches?(_request, _logger) true end |
.to_s ⇒ Object
14 15 16 |
# File 'lib/http_stub/server/stub/match/truthy_matcher.rb', line 14 def to_s "" end |