module Hamster::List

def elem_index(object)

def elem_index(object)
  find_index { |item| item == object }
end