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

json_creatable?

        # Class.json_creatable?

(from ruby core)
---
    json_creatable?()

---

Returns true if this class can be used to create an instance from a
serialised JSON string. The class has to implement a class method
*json_create* that expects a hash as first parameter. The hash should
include the required 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.