rcfile

in lib/twurl/oauth_client.rb [3:9]


      def rcfile(reload = false)
        if reload || @rcfile.nil?
          @rcfile = RCFile.new
        end
        @rcfile
      end