jeremyevans0 (Jeremy Evans) wrote: > As I expressed in the developer meeting today, after a lot of thought, I believe if we want to support implicit block arguments, we should limit support to a single argument, and use `@` to represent...waheedi (Waheed Barghouthi)
Eregon (Benoit Daloze) wrote: > waheedi (Waheed Barghouthi) wrote: > ... I totally agree on your point > There is more than one VM that can execute Ruby code, so I think "the Ruby VM" is simply confusing. The pull request you just ...waheedi (Waheed Barghouthi)
Eregon (Benoit Daloze) wrote: > I made a PR on GitHub to discuss the proposed documentation changes, please take a look and review: > ... @Eregon, I do believe there is a sense in what you are trying to do, but what makes more sense to...waheedi (Waheed Barghouthi)
The below definition throws a Syntax Error, while there is no syntax error and I'm not sure what is the intention behind the Syntax Error ``` ruby def hello(foo="bar", bar, yanko="me") p "Hello" end ``` The same definition be...waheedi (Waheed Barghouthi)