Created
          October 11, 2015 15:30 
        
      - 
      
 - 
        
Save alyssais/e5f1154465316e5bfbed 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
    
  
  
    
  | loop do | |
| puts `stty size`.split(/\s/).last.to_i.times.map { rand(124).zero? ? ?* : " " }.join | |
| sleep (1.0/20) | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment