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