class SimpleForm::Inputs::BlockInput
def initialize(*args, &block)
def initialize(*args, &block) super @block = block end
def input(wrapper_options = nil)
def input(wrapper_options = nil) template.capture(&@block) end
def initialize(*args, &block) super @block = block end
def input(wrapper_options = nil) template.capture(&@block) end