class Psych::Handler::DumperOptions
Configuration options for dumping YAML.
Attributes
Public Class Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/psych-5.3.1/lib/psych/handler.rb, line 19 def initialize @line_width = 0 @indentation = 2 @canonical = false end