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

OpenSSL::PKCS7

        # OpenSSL::PKCS7 < Object

(from ruby core)
---
# Constants:

Signer
:   [not documented]


# Class methods:

    encrypt
    new
    read_smime
    sign
    write_smime

# Instance methods:

    add_certificate
    add_crl
    add_data
    add_recipient
    add_signer
    certificates
    certificates=
    cipher=
    crls
    crls=
    data
    data=
    decrypt
    detached
    detached=
    detached?
    error_string
    initialize_copy
    recipients
    signers
    to_der
    to_pem
    to_s
    type
    type=
    verify

# Attributes:

    attr_accessor error_string
    attr_reader data


      

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.