class Count

e.g. how many

Public Class Methods

find(options) click to toggle source
Calls superclass method Natural::Fragment::find
# File lib/natural/fragments/example.rb, line 5
def self.find(options)
  super options.merge(:looking_for => ['how many'])
end

Public Instance Methods

aggregator() click to toggle source
# File lib/natural/fragments/example.rb, line 8
def aggregator
  'count'
end