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