vscode-rainbow-end
vscode-rainbow-end copied to clipboard
Doesn’t work if i use guard statement in ruby
not working if I use any lambda or guard statement in ruby
def print(x)
return if x.nil?
pp x
end # not working