# File sql-list.rb, line 78
  def each (&block)
    each_with_index { |obj, i|
      yield obj
    }
  end