Method: Psych::Coder#represent_map

Defined in:
lib/psych/coder.rb

#represent_map(tag, map) ⇒ Object

Emit a sequence with map and tag



53
54
55
56
# File 'lib/psych/coder.rb', line 53

def represent_map tag, map
  @tag = tag
  self.map = map
end