aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml/ypath.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-26 03:33:08 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-26 03:33:08 +0000
commite959fda8ff3a45cb60d8fc0459e5de15df9c3c0a (patch)
treec17dded952426018126603ddb83578f070d8ed6d /lib/yaml/ypath.rb
parent9e415266a8f373d6752f775ea4a63bf443847d08 (diff)
downloadruby-e959fda8ff3a45cb60d8fc0459e5de15df9c3c0a.tar.gz
* lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.
* lib/yaml/stringio.rb: yaml/stringio.rb is deprecated. * lib/yaml/ypath.rb: YAML::YPath is deprecated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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