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