# File lib/action_view/helpers/date_helper.rb, line 574 def select_year(date, options = {}, html_options = {}) DateTimeSelector.new(date, options, html_options).select_year end