# File lib/action_view/helpers/form_helper.rb, line 624 def text_field(object_name, method, options = {}) InstanceTag.new(object_name, method, self, options.delete(:object)).to_input_field_tag("text", options) end