class Rubadana::CountUnique
Public Instance Methods
name()
click to toggle source
# File lib/rubadana.rb, line 35 def name ; :count_unique ; end
reduce(things ;)
click to toggle source
# File lib/rubadana.rb, line 36 def reduce things ; things.uniq.count ; end