diff --git a/README.rdoc b/README.rdoc index 93ba51dd..91dc5424 100644 --- a/README.rdoc +++ b/README.rdoc @@ -24,7 +24,7 @@ to and from the YAML format. == Installation Psych has been included with MRI since 1.9.2, -and is the fault YAML parser in 1.9.3. +and is the default YAML parser in 1.9.3. If you want a newer gem release of Psych, you can use rubygems: diff --git a/lib/psych/deprecated.rb b/lib/psych/deprecated.rb index 333c3a10..1e42859b 100644 --- a/lib/psych/deprecated.rb +++ b/lib/psych/deprecated.rb @@ -21,6 +21,7 @@ def self.quick_emit thing, opts = {}, &block # :nodoc: target.psych_to_yaml unless opts[:nodump] end + # This method is deprecated, use Psych.load_stream instead. def self.load_documents yaml, &block if $VERBOSE warn "#{caller[0]}: load_documents is deprecated, use load_stream"