Dave Copeland
            
            @davetron5000.com
          
          540 followers
          64 following
          610 posts
        
          Author of Sustainable Web Development with Ruby On Rails, https://sustainable-rails.com - former Mood Health, Stitch Fix, LivingSocial, Opower.  I play bass and love to scuba dive.
            
      
        Posts
        Media
        Videos
        Starter Packs
      
    
        
      Reposted by Dave Copeland
    
  
  
        
      Reposted by Dave Copeland
    
  
  
      Debug technique I use in some occasions:
Define global variable $foo where you collect stuff, maybe in different places.
Then, at_exit { pp $foo }.
  Define global variable $foo where you collect stuff, maybe in different places.
Then, at_exit { pp $foo }.
 
        