Skip to content

Instantly share code, notes, and snippets.

@qnighy
Created June 17, 2022 13:40
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 qnighy/2b6ae5690b4596b448e4cddfd9088a54 to your computer and use it in GitHub Desktop.
Save qnighy/2b6ae5690b4596b448e4cddfd9088a54 to your computer and use it in GitHub Desktop.
def f(*)
yield 64 if block_given?
end
def g(*)
yield 32 if block_given?
end
f g((((((((((((((((((((((((((((((((((((((((((((((((
0
)))))))))))))))))))))))))))))))))))))))))))))))) do |x|
p x
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment