Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2015 19:09
Show Gist options
  • Save anonymous/00666b60e131d5fd04c0 to your computer and use it in GitHub Desktop.
Save anonymous/00666b60e131d5fd04c0 to your computer and use it in GitHub Desktop.
2.2.1 :014 > module MyModule
2.2.1 :015?> class ::String
2.2.1 :016?> def excite
2.2.1 :017?> "i am bored".excite
2.2.1 :018?> end
2.2.1 :019?> end
2.2.1 :020?> end
=> :excite
2.2.1 :021 > "sup".excite
SystemStackError: stack level too deep
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
from (irb):17:in `excite'
... 10032 levels...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment