class SimpleForm::Inputs::TextInput

def input

def input
  @builder.text_area(attribute_name, input_html_options)
end