# File lib/russian/action_view_ext/helpers/date_helper.rb, line 65 def select_month(date, options = {}, html_options = {}) DateTimeSelector.new(date, options.merge(:use_standalone_month_names => true), html_options).select_month end