Skip to content

Commit

Permalink
Merge pull request #16705 from tomkadwill/documented_many_block_param
Browse files Browse the repository at this point in the history
[ci skip] Updated documentation syntax of block parameter for rdoc
  • Loading branch information
Zachary Scott committed Aug 26, 2014
2 parents 7645713 + d418d4f commit ecf353b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def any?(&block)
# person.pets.count # => 2
# person.pets.many? # => true
#
# You can also pass a block to define criteria. The
# You can also pass a +block+ to define criteria. The
# behavior is the same, it returns true if the collection
# based on the criteria has more than one record.
#
Expand Down

0 comments on commit ecf353b

Please sign in to comment.