vscode-rainbow-end icon indicating copy to clipboard operation
vscode-rainbow-end copied to clipboard

Doesn’t work if i use guard statement in ruby

Open ankitsny opened this issue 4 years ago • 1 comments

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

def print(x)
    return if x.nil?
    pp x
end # not working

ankitsny avatar Jul 05 '20 19:07 ankitsny