- Inheritance
Methods
Instance
Visibility | Signature |
---|---|
public | binary_base64 ( value ) |
public | double ( value ) |
public | fold ( value ) |
public | indent ( mod = nil ) |
public | indent! () |
public | indent_text ( text, mod, first_line = true ) |
public | map ( type, &e ) |
public | node_text ( value, block = nil ) |
public | options ( opt = nil ) |
public | options= ( opt ) |
public | seq ( type, &e ) |
public | seq_map_shortcut () |
public | simple ( value ) |
public | single ( value ) |
Instance Method Detail
binary_base64( value )
Emit binary data
double( value )
Emit double-quoted string
fold( value )
Folding paragraphs within a column
indent( mod = nil )
Write a current indent
indent!()
Add indent to the buffer
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 = nil )
options=( opt )
seq( type, &e )
Quick sequence
seq_map_shortcut()
simple( value )
Emit a simple, unqouted string
single( value )
Emit single-quoted string