Flowdock
method

seq_map_shortcut

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: YAML::BaseEmitter
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 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
Register or log in to add new notes.