# File lib/rails_best_practices/core/core_ext.rb, line 2 def dups inject({}) {|h,v| h[v]=h[v].to_i+1; h}.reject{|k,v| v==1}.keys end
[Validate]
Generated with the Darkfish Rdoc Generator 2.