summaryrefslogtreecommitdiff
path: root/lib/chef/nil_argument.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/nil_argument.rb')
-rw-r--r--lib/chef/nil_argument.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/nil_argument.rb b/lib/chef/nil_argument.rb
new file mode 100644
index 0000000000..c7cbc1b39e
--- /dev/null
+++ b/lib/chef/nil_argument.rb
@@ -0,0 +1,3 @@
+class Chef
+ NIL_ARGUMENT = Object.new
+end