Created
June 11, 2019 21:12
-
-
Save marcusramberg/e3d6f0f9e53914fe844432881784dd5a to your computer and use it in GitHub Desktop.
This file contains hidden or 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 namespace(arg) | |
end | |
def help() | |
end | |
def there() | |
end | |
def is() | |
end | |
def no() | |
end | |
def escape() | |
end | |
namespace help { there() { is() { no() { escape() { } } } } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment