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