# File lib/action_view/helpers/form_helper.rb, line 545 def label(object_name, method, text = nil, options = {}) InstanceTag.new(object_name, method, self, options.delete(:object)).to_label_tag(text, options) end