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

sym

        # Fiddle::CompositeHandler.sym

(from ruby core)
### Implementation from CompositeHandler
---
    sym(symbol)

---

Returns the address as an Integer from any handlers with the function
named `symbol`.

Raises a DLError if the handle is closed.



      

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.