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