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

copy_nonce

        # OpenSSL::OCSP::BasicResponse.copy_nonce

(from ruby core)
### Implementation from BasicResponse
---
    basic_response.copy_nonce(request) -> Integer

---

Copies the nonce from *request* into this response.  Returns 1 on
success and 0 on failure.



      

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.