# File lib/facets/core/array/last_index.rb, line 9 def last_index return nil if self.length == 0 self.length - 1 end