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

to_octet_string

        # OpenSSL::PKey::EC::Point.to_octet_string

(from ruby core)
### Implementation from Point
---
    point.to_octet_string(conversion_form) -> String

---

Returns the octet string representation of the elliptic curve point.

*conversion_form* specifies how the point is converted. Possible values
are:

*   `:compressed`
*   `:uncompressed`
*   `:hybrid`




      

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.