Created
May 19, 2017 09:32
-
-
Save dminuoso/3e313ec5e3e7fcec08fd6c9fe5536251 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def process_defn | |
if false | |
case 42 | |
when s {} then | |
when 42 then | |
return | |
end | |
end | |
return | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment