class MonthName
e.g. January
Public Class Methods
find(options)
click to toggle source
Calls superclass method
Natural::Fragment::find
# File lib/natural/fragments/timeframes.rb, line 12 def self.find(options) super options.merge(:looking_for => Date::MONTHNAMES.select{|a| a}) end