method

seq_map_shortcut

ruby latest stable - Class: YAML::BaseEmitter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

seq_map_shortcut()
public

No documentation available.

# File lib/yaml/baseemitter.rb, line 183
    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