# File lib/netrc.rb, line 37
  def self.configure
    yield(self.config) if block_given?
    self.config
  end