Skip to content

Instantly share code, notes, and snippets.

@amikula
Created December 16, 2010 22:21
Show Gist options
  • Save amikula/744114 to your computer and use it in GitHub Desktop.
Save amikula/744114 to your computer and use it in GitHub Desktop.
Stack level too deep?
#!/usr/bin/env ruby
def foo
bar
end
def bar
bar
end
foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment