summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-10-16 16:27:24 +0900
committerHiroshi SHIBATA <[email protected]>2024-10-16 17:04:34 +0900
commitfdcdc05b422301c9d3b7872872fb875c57d1080f (patch)
tree485cea3db45d460f546d4e3083bc5663537cba97
parent199691553e8bf3dd5c17b815aaed6f346e0bdf95 (diff)
[ruby/yaml] Removed confused VERSION constant for YAML::DBM
https://github.com/ruby/yaml/commit/952fd361b1
-rw-r--r--lib/yaml/dbm.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/yaml/dbm.rb b/lib/yaml/dbm.rb
index e2508cd74b..1a9590e099 100644
--- a/lib/yaml/dbm.rb
+++ b/lib/yaml/dbm.rb
@@ -16,7 +16,6 @@ module YAML
#
# See the documentation for ::DBM and ::YAML for more information.
class DBM < ::DBM
- VERSION = "0.1" # :nodoc:
# :call-seq:
# ydbm[key] -> value