umemotoryo
3/26/2018 - 12:41 PM

form_helper.rb

# 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