method
seq_map_shortcut
v1_8_6_287 -
Show latest stable
- Class:
YAML::BaseEmitter
seq_map_shortcut()public
No documentation available.
# File lib/yaml/baseemitter.rb, line 186
def seq_map_shortcut
# FIXME: seq_map needs to work with the new anchoring system
# if @seq_map
# @anchor_extras[@buffer.length - 1] = "\n" + indent
# @seq_map = false
# else
self << "\n"
indent!
# end
end