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