aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml/ypath.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml/ypath.rb')
-rw-r--r--lib/yaml/ypath.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/yaml/ypath.rb b/lib/yaml/ypath.rb
index 81348ca043..470163557d 100644
--- a/lib/yaml/ypath.rb
+++ b/lib/yaml/ypath.rb
@@ -2,6 +2,8 @@
# YAML::YPath
#
+warn "#{caller[0]}: YAML::YPath is deprecated" if $VERBOSE
+
module YAML
class YPath