class SimpleForm::Wrappers::Builder

def initialize(options)

def initialize(options)
  @options    = options
  @components = []
end