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

replicate

        # Encoding.replicate

(from ruby core)
---
    enc.replicate(name) -> encoding

---

Returns a replicated encoding of *enc* whose name is *name*. The new
encoding should have the same byte structure of *enc*. If *name* is used
by another encoding, raise ArgumentError.



      

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.