Class Uttk::Filters::Default
In: lib/uttk/filters/Default.rb
Parent: Id

Methods

template  

Public Class methods

[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]