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