class ActiveModel::BlockValidator

def initialize(options, &block)

def initialize(options, &block)
  @block = block
  super
end