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