From 3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 May 2011 11:55:52 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/yaml/dbm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/yaml') diff --git a/lib/yaml/dbm.rb b/lib/yaml/dbm.rb index 3801565ff8..07441f53ad 100644 --- a/lib/yaml/dbm.rb +++ b/lib/yaml/dbm.rb @@ -4,7 +4,7 @@ require 'dbm' module YAML # YAML + DBM = YDBM -# +# # YAML::DBM provides the same interface as ::DBM. # # However, while DBM only allows strings for both keys and values, @@ -199,7 +199,7 @@ class DBM < ::DBM a end - + # Converts the contents of the database to an in-memory Hash object, and # returns it. def to_hash -- cgit v1.2.3