class Typhoeus::Expectation
def find_by(request)
Experimental RBS support (using type sampling data from the type_fusion
project).
def find_by: (Typhoeus::Request request) -> nil
This signature was generated using 46 samples from 4 applications.
- Api: - private
def find_by(request) all.find do |expectation| expectation.matches?(request) end end