class HttpStub::Server::Stub::Match::Rule::Truthy

Public Class Methods

matches?(_request, _logger) click to toggle source
# File lib/http_stub/server/stub/match/rule/truthy.rb, line 11
def matches?(_request, _logger)
  true
end
to_s() click to toggle source
# File lib/http_stub/server/stub/match/rule/truthy.rb, line 15
def to_s
  ""
end