Created
          August 13, 2013 15:20 
        
      - 
      
- 
        Save ckozus/6222258 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | x = objeto | |
| metodo_raro(x) | |
| print x.nombre #muestra el nombre del objeto original y no el del nuevo | |
| def metodo_raro(x) | |
| x = nuevo_objeto() | |
| return | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment