class Playbook::Props::Proc

def validate(block)

def validate(block)
  block.nil? || block.respond_to?(:call)
end