emitter.canonical Instance Public methods Get the output style, canonical or not.
emitter.canonical = true Instance Public methods Set the output style to canonical, or not.
emitter.end_document(implicit) Instance Public methods End a document emission with an implicit ending. See Psych::Handler#end_document
emitter.end_mapping Instance Public methods Emit the end of a mapping. See Psych::Handler#end_mapping
emitter.end_sequence Instance Public methods End sequence emission. See Psych::Handler#end_sequence
emitter.end_stream Instance Public methods End a stream emission See Psych::Handler#end_stream
emitter.indentation Instance Public methods Get the indentation level.
emitter.indentation = level Instance Public methods Set the indentation level to level. The level must be less than 10 and greater than 1.
emitter.line_width Instance Public methods Get the preferred line width.
emitter.line_width = width Instance Public methods Set the preferred line with to width.
Page 818 of 11844