* doc/security.rdoc: [DOC] fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
113b1c76fc
commit
c65e9bbff9
@ -46,7 +46,7 @@ manually. Never deserialize to a user specified class.
|
|||||||
== YAML
|
== YAML
|
||||||
|
|
||||||
YAML is a popular human readable data serialization format used by many Ruby
|
YAML is a popular human readable data serialization format used by many Ruby
|
||||||
programs for configuration and database persistance of Ruby object trees.
|
programs for configuration and database persistence of Ruby object trees.
|
||||||
|
|
||||||
Similar to +Marshal+, it is able to deserialize into arbitrary Ruby classes.
|
Similar to +Marshal+, it is able to deserialize into arbitrary Ruby classes.
|
||||||
For example, the following YAML data will create an +ERB+ object when
|
For example, the following YAML data will create an +ERB+ object when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user