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

start_sequence

        # Psych::Emitter.start_sequence

(from ruby core)
### Implementation from Emitter
---
    emitter.start_sequence(anchor, tag, implicit, style)

---

Start emitting a sequence with `anchor`, a `tag`, `implicit` sequence
start and end, along with `style`.

See Psych::Handler#start_sequence



      

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.