mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
46bbb62bed
commit
2eb0ad76e1
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ class PStore
|
||||||
# Load the given PStore file.
|
# Load the given PStore file.
|
||||||
# If +read_only+ is true, the unmarshalled Hash will be returned.
|
# If +read_only+ is true, the unmarshalled Hash will be returned.
|
||||||
# If +read_only+ is false, a 3-tuple will be returned: the unmarshalled
|
# 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)
|
def load_data(file, read_only)
|
||||||
if read_only
|
if read_only
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in a new issue