Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add branches method for AST::CaseMatchNode #192

Merged

Commits on Jul 14, 2021

  1. Add branches method for AST::CaseMatchNode

    This PR adds `branches` method for `AST::CaseMatchNode`.
    
    This makes a method similar to `AST::CaseNode#branches` available
    in `AST::CaseMatchNode`.
    After this, I will be developing with this API on RuboCop.
    koic committed Jul 14, 2021
    Copy the full SHA
    5e917b1 View commit details
    Browse the repository at this point in the history