# File lib/netrc.rb, line 10
  def self.default_path
    File.join(ENV['NETRC'] || home_path, netrc_filename)
  end