class AWS::Record::BlockValidator

def initialize *args, &block

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