# File lib/fssm/path.rb, line 30
  def create(*args, &block)
    callback_action(:create, (block_given? ? block : args))
  end