Flowdock
method

seq_map_shortcut

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - 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

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.