This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

find_response

        # OpenSSL::OCSP::BasicResponse.find_response

(from ruby core)
### Implementation from BasicResponse
---
    basic_response.find_response(certificate_id) -> SingleResponse | nil

---

Returns a SingleResponse whose CertId matches with *certificate_id*, or
`nil` if this BasicResponse does not contain it.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.