Last active
          June 1, 2018 00:50 
        
      - 
      
- 
        Save nicolasblanco/b9deeef353bfcafd263d1137024e5b9f to your computer and use it in GitHub Desktop. 
Revisions
- 
        Nicolas Blanco revised this gist Jun 1, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ if result = do_some_heavy_stuff if second_result = do_other_stuff(result) send_email(second_result) else # ... end 
- 
        Nicolas Blanco revised this gist Jun 1, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ if result = do_some_heavy_stuff if do_other_stuff(result) send_email else # ... 
- 
        Nicolas Blanco created this gist Jun 1, 2018 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ if do_some_heavy_stuff if do_other_stuff send_email else # ... end else # ... end 
 Nicolas Blanco
              revised
            
            this gist
            
              Nicolas Blanco
              revised
            
            this gist