module AttrEnumerable
  private
    def first_attr(attribute, method_name, *args, &block)
      col = collection
      return [] if col.empty?