# File lib/netrc.rb, line 211
  def each(&block)
    @data.each(&block)
  end