module Playbook::Props

def clear_props

def clear_props
  props.keys.each { |prop_name| remove_method(prop_name) }
  props.clear
end