summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-11-10 18:58:45 +0900
committergit <svn-admin@ruby-lang.org>2025-11-10 10:03:07 +0000
commitdf9b8fdb16269ca2dde62eab81767c1f81a5cc63 (patch)
tree74c9f98b2b69d5984e59910df4ed681aead48c9b
parentd2044ce01744a0f9b70d32d340009326133a1638 (diff)
[ruby/yaml] [DOC] Missing documents
https://github.com/ruby/yaml/commit/388cd27291
-rw-r--r--lib/yaml.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb
index 2cf11fc3df..c6f0f89fd2 100644
--- a/lib/yaml.rb
+++ b/lib/yaml.rb
@@ -66,5 +66,6 @@ YAML = Psych # :nodoc:
#
# Syck can also be found on github: https://github.com/ruby/syck
module YAML
+ # The version of YAML wrapper
LOADER_VERSION = "0.4.0"
end