class Rubadana::Count

Public Instance Methods

name() click to toggle source
# File lib/rubadana.rb, line 30
def name          ; :count       ; end
reduce(things ;) click to toggle source
# File lib/rubadana.rb, line 31
def reduce things ; things.count ; end