module Playbook::Props

def partial(path)

def partial(path)
  define_method(:to_partial_path) { path }
end