class Listen::Change::Config
TODO: test this class for coverage
Public Class Methods
Source
# File lib/listen/change.rb, line 11 def initialize(queue, silencer) @queue = queue @silencer = silencer end
Public Instance Methods
Source
# File lib/listen/change.rb, line 16 def silenced?(path, type) @silencer.silenced?(Pathname(path), type) end