aboutsummaryrefslogtreecommitdiffstats
path: root/lib/find.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/find.rb')
-rw-r--r--lib/find.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/find.rb b/lib/find.rb
index cd2d1bf38b..571609cdef 100644
--- a/lib/find.rb
+++ b/lib/find.rb
@@ -30,6 +30,8 @@ module Find
# Calls the associated block with the name of every file and directory listed
# as arguments, then recursively on their subdirectories, and so on.
#
+ # Returns an enumerator if no block is given.
+ #
# See the +Find+ module documentation for an example.
#
def find(*paths) # :yield: path