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
    
  
  
    
  | [diff] | |
| algorithm = patience | |
| [protocol] | |
| version = 2 | |
| [user] | |
| name = Christian Blais | |
| email = christ.blais@gmail.com | |
| [push] | |
| default = current | |
| [alias] | 
  
    
      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
    
  
  
    
  | require 'benchmark' | |
| require 'i18n' | |
| I18n.enforce_available_locales = false | |
| I18n.default_locale = :en | |
| module I18n | |
| class TranslatedString < ::String | |
| end | |
| end | 
  
    
      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
    
  
  
    
  | puts("Hello, world!") | 
  
    
      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
    
  
  
    
  | require 'benchmark/ips' | |
| css = <<-CSS | |
| @media (a: 1) { | |
| .class { } | |
| .class { } | |
| .class {} | |
| } | |
| CSS |