class Dmn
e.g. last January
Public Class Methods
find(options)
click to toggle source
Calls superclass method
Natural::Fragment::find
# File lib/natural/fragments/timeframes.rb, line 40 def self.find(options) super options.merge(:looking_for => {:and => [Determiner, MonthName]}) end