module Poise::Backports

Backported features from Chef to be able to use them with older versions.

@since 2.3.0

Constants

NOT_PASSED

A sentinel value for optional arguments where nil is a valid value. @since 2.3.0 @!parse NOT_PASSED = Object.new

VERIFY_PATH

The correct interpolation key for any version of Chef. @since 2.6.0 @example

file '/path' do
  content my_content
  verify "myapp -t #{Poise::Backports::VERIFY_PATH}"
end