class SimpleForm::Inputs::BlockInput

def initialize(*args, &block)

def initialize(*args, &block)
  super
  @block = block
end