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

zip

        # Enumerator::Lazy.zip

(from ruby core)
### Implementation from Lazy
---
    lazy.zip(arg, ...)                  -> lazy_enumerator
    lazy.zip(arg, ...) { |arr| block }  -> nil

---

Like Enumerable#zip, but chains operation to be lazy-evaluated. However,
if a block is given to zip, values are enumerated immediately.



      

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.