Skip to content
  • utilum's avatar
    879918b5
    Fix variable not initialized warnings · 879918b5
    utilum authored
    ```
    activesupport/test/concern_test.rb:20: warning: instance variable
    @included_ran not initialized
    
    activesupport/test/concern_test.rb:28: warning: instance variable
    @prepended_ran not initialized
    ```
    879918b5
    Fix variable not initialized warnings
    utilum authored
    ```
    activesupport/test/concern_test.rb:20: warning: instance variable
    @included_ran not initialized
    
    activesupport/test/concern_test.rb:28: warning: instance variable
    @prepended_ran not initialized
    ```
Loading