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

[]

        # Fiddle::Pointer.[]

(from ruby core)
### Implementation from Pointer
---
    Fiddle::Pointer[val]         => cptr
    to_ptr(val)  => cptr

---

Get the underlying pointer for ruby object `val` and return it as a
Fiddle::Pointer object.


(from ruby core)
### Implementation from Pointer
---
    ptr[index]                -> an_integer
    ptr[start, length]        -> a_string

---

Returns integer stored at *index*.

If *start* and *length* are given, a string containing the bytes from
*start* of *length* will be returned.



      

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.