-
Notifications
You must be signed in to change notification settings - Fork 504
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
Roo::Base#each_with_pagename returns Enumerator Object #576
Roo::Base#each_with_pagename returns Enumerator Object #576
Conversation
82adc92
to
19d4e8f
Compare
19d4e8f
to
3d5fdb8
Compare
@tsuchiyaisshin |
How does it change the way we use each_with_pagename? this doesn't work in my project anymore
|
I added another
|
@tsuchiyaisshin @kakubin I forgot to mention you guys on this one. please see my comments above |
Seconding @starchcode here. This feels non-standard to me, and surprised us when upgrading. Adding the extra |
@broksonic21 one way would be to change the name of the function from |
@starchcode that rename would make more sense. |
@starchcode @broksonic21 |
Fix Roo::Base#each_with_pagename degraded at #576
Summary
Generally in ruby, when a method named like "each" called without block returns an Enumerator.