# File lib/action_view/helpers/date_helper.rb, line 79
      def date_select(object, method, options = {})
        InstanceTag.new(object, method, self).to_date_select_tag(options)
      end