summaryrefslogtreecommitdiff
path: root/lib/yaml/stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml/stream.rb')
-rw-r--r--lib/yaml/stream.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yaml/stream.rb b/lib/yaml/stream.rb
index 651a1bbbef..3a5227ec9e 100644
--- a/lib/yaml/stream.rb
+++ b/lib/yaml/stream.rb
@@ -21,6 +21,7 @@ module YAML
end
def edit( doc_num, doc )
+ warn "#{caller[0]}: edit is deprecated" if $VERBOSE
@documents[ doc_num ] = doc
end