Created
          October 11, 2011 11:25 
        
      - 
      
- 
        Save rubiii/1277858 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
    
  
  
    
  | describe "Ruby's parser" do | |
| it "works in interesting ways" do | |
| defined?(nupsi).should be_false | |
| nupsi = "yellow" if false | |
| defined?(nupsi).should be_true | |
| nupsi.should be_nil | |
| end | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
did you try it with different runtimes?