class Psych::Handler::DumperOptions
Konfigurationsoptionen für das Ausgeben von YAML.
Attribute
Öffentliche Klassenmethoden
Source
# File ext/psych/lib/psych/handler.rb, line 19 def initialize @line_width = 0 @indentation = 2 @canonical = false end