mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* lib/net/pop.rb (loggin): append "\n".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									d9c41de9cc
								
							
						
					
					
						commit
						c9d3f3dd8a
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,17 @@
 | 
			
		|||
Mon May 10 01:18:15 2004  Minero Aoki  <aamine@loveruby.net>
 | 
			
		||||
 | 
			
		||||
	* lib/net/pop.rb (loggin): append "\n".
 | 
			
		||||
 | 
			
		||||
Sun May  9 23:38:00 2004  Gavin Sinclair <gsinclair@soyabean.com.au>
 | 
			
		||||
 | 
			
		||||
	* lib/net/ftp.rb: ported documentation improvement from 1.8 branch
 | 
			
		||||
 | 
			
		||||
	* lib/net/imap.rb:   ditto
 | 
			
		||||
 | 
			
		||||
	* lib/net/pop.rb:    ditto
 | 
			
		||||
 | 
			
		||||
	* lib/net/smtp.rb:   ditto
 | 
			
		||||
 | 
			
		||||
	* lib/net/telnet.rb: ditto
 | 
			
		||||
 | 
			
		||||
Sun May  9 23:34:51 2004  NAKAMURA, Hiroshi  <nakahiro@sarion.co.jp>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -678,7 +678,7 @@ module Net
 | 
			
		|||
    end
 | 
			
		||||
 | 
			
		||||
    def logging(msg)
 | 
			
		||||
      @debug_output << msg if @debug_output
 | 
			
		||||
      @debug_output << msg + "\n" if @debug_output
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
  end   # class POP3
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue