Class: Array

Inherits:
Object show all
Defined in:
lib/hashword.rb

Instance Method Summary collapse

Instance Method Details

#hashword(initval = 0) ⇒ Object



4
5
6
# File 'lib/hashword.rb', line 4

def hashword(initval=0)
  ::Object.hashword(self, size, initval)
end