Class: Uttk::Filters::Default

Inherits:
Id show all
Defined in:
lib/uttk/filters/Default.rb

Class Method Summary collapse

Methods inherited from Filter

composition, #initialize, #notif

Methods inherited from Logger::Backend

#initialize, #update

Constructor Details

This class inherits a constructor from Uttk::Filters::Filter

Class Method Details

.template(str) ⇒ Object



13
14
15
16
17
18
19
# 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