Skip to content

Instantly share code, notes, and snippets.

@ohnishiakira
Created March 1, 2013 03:07
Show Gist options
  • Save ohnishiakira/5062191 to your computer and use it in GitHub Desktop.
Save ohnishiakira/5062191 to your computer and use it in GitHub Desktop.
to_sの中でinspectするとSystemStackErrorで落ちる
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