# File lib/bee.rb, line 450 def is_last(target) index = @hash[target.name].index(target) last = @hash[target.name].size - 1 return index == last end