hash -> Integer[permalink][rdoc][edit]() → Integer-
例selfのオプションやテキストに基づいたハッシュ値を返します。p /abc/i.hash # => 4893115 p /abc/.hash # => 4856055
hash -> Integer[permalink][rdoc][edit]() → Integer
self のオプションやテキストに基づいたハッシュ値を返します。
p /abc/i.hash # => 4893115
p /abc/.hash # => 4856055