class SimpleForm::ActionViewExtensions::BuilderBase

def label(label_html_options={}, &block)

def label(label_html_options={}, &block)
  @template_object.label(@object_name, @sanitized_attribute_name, @text, label_html_options, &block)
end