Created
March 1, 2013 03:07
-
-
Save ohnishiakira/5062191 to your computer and use it in GitHub Desktop.
to_sの中でinspectするとSystemStackErrorで落ちる
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
class Hoge | |
def to_s | |
inspect | |
end | |
end | |
p Hoge.new | |
#=> stack level too deep (SystemStackError) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment