Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusramberg/e3d6f0f9e53914fe844432881784dd5a to your computer and use it in GitHub Desktop.
Save marcusramberg/e3d6f0f9e53914fe844432881784dd5a to your computer and use it in GitHub Desktop.
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