class RequestInterceptor::Matchers::MatcherWrapper
Public Instance Methods
===(object)
click to toggle source
# File lib/request_interceptor/matchers.rb, line 3 def ===(object) matches?(object) end
to_s()
click to toggle source
# File lib/request_interceptor/matchers.rb, line 7 def to_s description end