Method: Psych::Coder#represent_seq
- Defined in:
- lib/psych/coder.rb
#represent_seq(tag, list) ⇒ Object
Emit a sequence with list
and tag
47 48 49 50 |
# File 'lib/psych/coder.rb', line 47 def represent_seq tag, list @tag = tag self.seq = list end |