Raised when a return, break, or next is used in an invalid context, such as calling a stored Proc after the enclosing method has returned.
LocalJumpError
ruby Raised when a return, break, or next is used in an invalid context, such as calling a stored Proc after the enclosing method has returned.