class SimpleForm::ActionViewExtensions::BuilderBase

def label(label_html_options={}, &block)

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