# File lib/more/facets/date.rb, line 101
  def month_name
    MONTHNAMES[self.month]
  end