class RelativeDateName
e.g. yesterday
Public Class Methods
find(options)
click to toggle source
Calls superclass method
Natural::Fragment::find
# File lib/natural/fragments/timeframes.rb, line 5 def self.find(options) super options.merge(:looking_for => ['yesterday', 'today', 'tomorrow']) end