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

Doesn’t work if i use guard statement in ruby #31

Open
ankitsny opened this issue Jul 5, 2020 · 1 comment
Open

Doesn’t work if i use guard statement in ruby #31

ankitsny opened this issue Jul 5, 2020 · 1 comment

Comments

@ankitsny
Copy link

ankitsny commented Jul 5, 2020

not working if I use any lambda or guard statement in ruby

def print(x)
    return if x.nil?
    pp x
end # not working
@alexanderadam
Copy link

alexanderadam commented Feb 23, 2022

Same issue as in #23

Apart from that, this issue is tackled in @polvalente's PR 21.
It was just never merged. 🤷

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