Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/simms_structures/hashing.rb
Instance Method Summary collapse
Instance Method Details
#hash ⇒ Object
17 18 19 20 |
# File 'lib/simms_structures/hashing.rb', line 17 def hash characters = chars.map { |let| let.ord } characters.hash end |