📜  红宝石 |字符串哈希方法

📅  最后修改于: 2022-05-13 01:55:04.076000             🧑  作者: Mango

红宝石 |字符串哈希方法

hash是 Ruby 中的 String 类方法,用于根据字符串的长度、内容和编码返回哈希值。

示例 1:

# Ruby program to demonstrate 
# the hash method 
       
# Taking a string and 
# using the method
puts "Ruby".hash                
puts "String".hash

输出:

3142682481284465636
-3118341609802567384

示例 2:

# Ruby program to demonstrate 
# the hash method 
       
# Taking a string and 
# using the method
puts "Sample".hash                
puts "Program".hash

输出:

1285954436548758293
-6969951348417810