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

Methods

template  

Public Class methods

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