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

Fiddle::Pointer

        # Fiddle::Pointer < Object

(from ruby core)
---
Fiddle::Pointer is a class to handle C pointers
---
# Class methods:

    []
    malloc
    new
    to_ptr

# Instance methods:

    +
    +@
    -
    -@
    <=>
    ==
    []
    []=
    call_free
    eql?
    free
    free=
    freed?
    inspect
    null?
    ptr
    ref
    size
    size=
    to_i
    to_int
    to_s
    to_str
    to_value


      

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.