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

Do converter should add space after do #10

Open
dsandstrom opened this issue Feb 25, 2015 · 1 comment
Open

Do converter should add space after do #10

dsandstrom opened this issue Feb 25, 2015 · 1 comment

Comments

@dsandstrom
Copy link
Owner

10.times {|n|
  puts n
}

should be

10.times do |n|
...

not

10.times do|n|
...
@AlexWayfer
Copy link

Why? If the original style without space — should package change this style?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants