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