Object
The default list of directories that get ignored.
The default list of files that get ignored.
# File lib/listen/silencer.rb, line 13 def initialize(options = {}) @options = options _init_patterns end
# File lib/listen/silencer.rb, line 18 def silenced?(path) patterns.any? { |pattern| path.to_s =~ pattern } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.