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