From 2eb0ad76e12204b78821456fb7b9cb19ed69a078 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 29 Sep 2016 12:08:30 +0000 Subject: checksum algorithm is not MD5 only [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pstore.rb b/lib/pstore.rb index 6fddb319b7..3e2f594b6f 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -395,7 +395,7 @@ class PStore # Load the given PStore file. # If +read_only+ is true, the unmarshalled Hash will be returned. # If +read_only+ is false, a 3-tuple will be returned: the unmarshalled - # Hash, an MD5 checksum of the data, and the size of the data. + # Hash, a checksum of the data, and the size of the data. def load_data(file, read_only) if read_only begin -- cgit v1.2.3