summaryrefslogtreecommitdiff
path: root/lib/nlp_ruby/misc.rb
blob: 9a4064f017f7af16c595d948688e0e4539e1fb01 (plain)
1
2
3
4
5
6
class Array
  def max_index
    self.index(self.max)
  end
end