mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	added a comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									7f13c5e42e
								
							
						
					
					
						commit
						a2c5d15572
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1877,7 +1877,7 @@ Init_Complex(void)
 | 
				
			||||||
    id_to_r = rb_intern("to_r");
 | 
					    id_to_r = rb_intern("to_r");
 | 
				
			||||||
    id_to_s = rb_intern("to_s");
 | 
					    id_to_s = rb_intern("to_s");
 | 
				
			||||||
    id_i_real = rb_intern("@real");
 | 
					    id_i_real = rb_intern("@real");
 | 
				
			||||||
    id_i_imag = rb_intern("@image");
 | 
					    id_i_imag = rb_intern("@image"); /* @image, not @imag */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    rb_cComplex = rb_define_class("Complex", rb_cNumeric);
 | 
					    rb_cComplex = rb_define_class("Complex", rb_cNumeric);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue