Skip to Content Skip to Search

Configuration options for dumping YAML.

Methods
N

Attributes

[RW] canonical
[RW] indentation
[RW] line_width

Class Public methods

new()

# File ruby/ext/psych/lib/psych/handler.rb, line 19
def initialize
  @line_width  = 0
  @indentation = 2
  @canonical   = false
end