# File lib/listen/change.rb, line 14 def change(path, options) change = options[:change] cookie = options[:cookie] unless cookie # TODO: remove silencing here (it's done later) return if _silencer.silenced?(path, options[:type]) end if change _notify_listener(change, path, cookie ? { cookie: cookie } : {}) else send("_#{options[:type].downcase}_change", path, options) end end
Generated with the Darkfish Rdoc Generator 2.