[Source]
# File lib/uttk/path_filters/PathFilter.rb, line 13 def filter ( path, node ) raise NotImplementedError end
# File lib/uttk/path_filters/PathFilter.rb, line 17 def update ( msg, *args ) args = filter(*args) if msg == :new_leaf notif msg, *args end
[Validate]