Class: Uttk::Filters::JustStatus

Inherits:
RPathFilter show all
Includes:
Concrete
Defined in:
lib/uttk/filters/JustStatus.rb

Instance Attribute Summary

Attributes inherited from RPathFilter

#log

Instance Method Summary collapse

Methods inherited from RPathFilter

#add_observer, disable_matcher, #initialize, match, #new_leaf

Methods inherited from Filter

composition, #initialize, #notif

Methods inherited from Logger::Backend

#initialize, #update

Constructor Details

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

Instance Method Details

#display(path) ⇒ Object



16
17
18
19
# File 'lib/uttk/filters/JustStatus.rb', line 16

def display ( path )
  leaf = path.pop.segment
  notif :new_leaf, path, leaf
end