# File lib/action_view/helpers/date_helper.rb, line 120
      def time_select(object_name, method, options = {})
        InstanceTag.new(object_name, method, self, nil, options.delete(:object)).to_time_select_tag(options)
      end