Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • proc.c

Parent

Exception

SystemStackError

Raised in case of a stack overflow.

def me_myself_and_i
 me_myself_and_i
end
me_myself_and_i

raises the exception:

SystemStackError: stack level too deep

AltStyle によって変換されたページ (->オリジナル) /