class UnitOfTime

e.g. month

Public Class Methods

find(options) click to toggle source
Calls superclass method Natural::Fragment::find
# File lib/natural/fragments/timeframes.rb, line 26
def self.find(options)
  super options.merge(:looking_for => ['second', 'minute', 'hour', 'day', 'week', 'month', 'quarter', 'year', 'decade', 'century'])
end