* lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501]
Based on a patch by Giorgos Tsiftsis [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5b8a6fa95
commit
7925015f4c
@ -1,3 +1,8 @@
|
|||||||
|
Sun Feb 9 04:07:34 2014 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501]
|
||||||
|
Based on a patch by Giorgos Tsiftsis
|
||||||
|
|
||||||
Sun Feb 9 02:13:53 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Feb 9 02:13:53 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* include/ruby/ruby.h (OBJ_TAINTABLE, OBJ_TAINT, OBJ_INFECT),
|
* include/ruby/ruby.h (OBJ_TAINTABLE, OBJ_TAINT, OBJ_INFECT),
|
||||||
|
@ -56,7 +56,7 @@ end
|
|||||||
#
|
#
|
||||||
# Working with YAML can be very simple, for example:
|
# Working with YAML can be very simple, for example:
|
||||||
#
|
#
|
||||||
# require 'yaml' # STEP ONE, REQUIRE YAML!
|
# require 'yaml'
|
||||||
# # Parse a YAML string
|
# # Parse a YAML string
|
||||||
# YAML.load("--- foo") #=> "foo"
|
# YAML.load("--- foo") #=> "foo"
|
||||||
#
|
#
|
||||||
@ -85,5 +85,9 @@ end
|
|||||||
#
|
#
|
||||||
# For more advanced details on the implementation see Psych, and also check out
|
# For more advanced details on the implementation see Psych, and also check out
|
||||||
# http://yaml.org for spec details and other helpful information.
|
# http://yaml.org for spec details and other helpful information.
|
||||||
|
#
|
||||||
|
# Pysch is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych
|
||||||
|
#
|
||||||
|
# Syck can also be found on github: https://github.com/tenderlove/syck
|
||||||
module YAML
|
module YAML
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user