Created
July 2, 2015 19:09
-
-
Save anonymous/00666b60e131d5fd04c0 to your computer and use it in GitHub Desktop.
This file contains 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
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