Skip to content

Commit

Permalink
Add ignore @return rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed May 8, 2012
1 parent 2406c6c commit 743a404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/listen/directory_record.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def filtering_patterns
# #
# @param [Regexp] regexp a pattern for ignoring paths # @param [Regexp] regexp a pattern for ignoring paths
# #
# @return [Listen::Listener] the listener itself
#
def ignore(*regexps) def ignore(*regexps)
@ignoring_patterns.merge(regexps) @ignoring_patterns.merge(regexps)
end end
Expand Down

0 comments on commit 743a404

Please sign in to comment.