1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-04-28 01:11:55 +00:00
parent 6fe3e9e488
commit 2068f3cedb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun Apr 28 10:10:00 2013 Zachary Scott <zachary@zacharyscott.net>
* lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]
Sun Apr 28 09:50:00 2013 Zachary Scott <zachary@zacharyscott.net>
* object.c: Documentation for taint and trust [Bug #8162]

View file

@ -79,5 +79,5 @@ end
#
# For more advanced details on the implementation see Psych, and also check out
# yaml.org for spec details and other helpful information.
module YAML; end
module YAML end if false
YAML = Psych