[Source]
# File lib/uttk/filters/DefaultColor.rb, line 13 def self.template ( str ) [ 'Yaml: [%s.yml]', "Xml: [%s.xml]", 'JustStatus: [RemoveTypes: [ColorStatus: [Yaml]]]', 'Compact: [NodeCut: [!skip ^contents$, [Html: [%s.html]]]]', ].join(', ') % [str, str, str] end
[Validate]