Skip to content

Commit

Permalink
Ensure that only internally used method is private
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Nov 12, 2009
1 parent 4040161 commit b19d213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/common/enumerable.rb
Expand Up @@ -118,6 +118,7 @@ def grep(pattern)
def sorter
Enumerable::Sort.new
end
private :sorter

##
# :call-seq:
Expand Down

0 comments on commit b19d213

Please sign in to comment.