summaryrefslogtreecommitdiff
path: root/lib/chef/constants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/constants.rb')
-rw-r--r--lib/chef/constants.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/constants.rb b/lib/chef/constants.rb
index b45bc12374..f32c3e6654 100644
--- a/lib/chef/constants.rb
+++ b/lib/chef/constants.rb
@@ -20,6 +20,7 @@ class Chef
def NOT_PASSED.to_s
"NOT_PASSED"
end
+
def NOT_PASSED.inspect
to_s
end