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

private?

        # IPAddr.private?

(from ruby core)
---
    private?()

---

Returns true if the ipaddr is a private address.  IPv4 addresses in
10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16 as defined in RFC 1918 and
IPv6 Unique Local Addresses in fc00::/7 as defined in RFC 4193 are
considered private.



      

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.