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

include '.' on first line of multiline chained method invocations #176

Closed
wants to merge 1 commit into from

Commits on May 28, 2013

  1. include '.' on first line of multiline chained method invocations

    This changes where the '.' lives from the second line to the first line in the expression. Having no '.' at the end of the first line makes that line appear to be complete, but you must read ahead to the next line in order to see that the expression continues.
    
    This closes issue rubocop#169
    lcowell committed May 28, 2013
    Copy the full SHA
    0f8ba66 View commit details
    Browse the repository at this point in the history