# actionview/lib/action_view/helpers/form_helper.rb:1101 def label(object_name, method, content_or_options = nil, options = nil, &block) Tags::Label.new(object_name, method, self, content_or_options, options).render(&block) end