Ruby YAML::BaseEmitter Functions
EditRocket provides the following information on YAML::BaseEmitter functions in the Ruby source code builder.
binary_base64( value ) - Emit binary data
double( value ) - Emit double-quoted string
fold( value ) - Folding paragraphs within a column
indent!() - Add indent to the buffer
indent( mod = nil ) - Write a current indent
indent_text( text, mod, first_line = true ) - Write a text block with the current indent
map( type, &e ) - Quick mapping
node_text( value, block = nil ) - Emit plain, normal flowing text
options=( opt ) -
options( opt = nil ) -
seq( type, &e ) - Quick sequence
seq_map_shortcut() -
simple( value ) - Emit a simple, unqouted string
single( value ) - Emit single-quoted string