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