Created
          August 20, 2013 13:07 
        
      - 
      
- 
        Save anonymous/6281120 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
    
  
  
    
  | def runner(v1, &block) | |
| puts v1 | |
| yield | |
| end | |
| runner "OHAI" do | |
| puts "ARRAR" | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment