# File lib/dbi/row.rb, line 78
  def by_index(index)
    # Value at 'index'.
    @arr[index]
  end