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

Handling parameters #95

Closed
rodrigosiqueira opened this issue Aug 30, 2015 · 0 comments
Closed

Handling parameters #95

rodrigosiqueira opened this issue Aug 30, 2015 · 0 comments

Comments

@rodrigosiqueira
Copy link
Member

Problem: Kuniri still has some basic problems related with parameters. Kuniri can handle parameters inside brackets, however, if the method is in a single line declaration kuniri fails to capture it. Finally, Kuniri not support "poetic" mode in parameters.
Description: All the code below, cannot be handled by kuniri:

def xpto () a+b end
def xpto (a,b) a+b end
def xpto a, b

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

No branches or pull requests

1 participant