Libraries
»
zipf
(1.2.3)
»
Index
»
Array
»
#max_index
Method: Array#max_index
Defined in:
lib/zipf/misc.rb
#
max_index
⇒
Object
4 5 6
# File 'lib/zipf/misc.rb', line 4
def
max_index
self
.
index
(
self
.
max
)
end