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