- 
      
- 
        Save urieljuliatti/8582632 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
    
  
  
    
  | #encoding: utf-8 | |
| module M3nd3s | |
| def me_ajuda! | |
| "NÃO" | |
| end | |
| end | 
      
      
  Author
  
  
        
      
            urieljuliatti
  
      
      
      commented 
        Jan 23, 2014 
      
    
  
#encoding: utf-8
module Joao
  def trolla!
    "hue hue hue ruby!"
  end
end#encoding: utf-8
module Hercules
  def soletra_sobrenome!
    ["M", "e", "r", "s", "c", "h", "e", "r"]
  end
end#encoding: utf-8
module Gil
  def porra_gil!
    "PORRA GIL!"
  end
end#encoding: utf-8
module Jherimum
  def almir_vc_me_quer?
    "SÓ COM MAKOTO JUNTO"
  end
end
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment