Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8499781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:45:39+00:00 2026-06-11T00:45:39+00:00

In the following code from ruby docs , why doesn’t orig_exit end up calling

  • 0

In the following code from ruby docs, why doesn’t orig_exit end up calling itself in infinite recursion?

module Mod
  alias_method :orig_exit, :exit
  def exit(code=0)
    puts "Exiting with code #{code}"
    orig_exit(code)
  end
end
include Mod
exit(99)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T00:45:41+00:00Added an answer on June 11, 2026 at 12:45 am

    why doesn’t orig_exit end up calling itself in infinite recursion?

    Because there is no recursion here.

    First, exit is called, from the last line (exit(99)) which in turn calls orig_exit, which is a different function. Unless orig_exit explicitly calls exit (which there is no reason to believe it does) there is no possibility for recursion. When orig_exit returns, its return value is returned from exit as well.

    alias_method has renamed the method that was named exit to orig_exit, and then a completely new function named exit is defined.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With the following code: class ObjA def func puts ObjA end end module Mod
I am trying to run the following ruby code from IRB but am unable
I copied the following Ruby code from the Internet and made a few changes
I'm playing around with Ruby and I have written the following code: module IdAndNameRedefine
Need to convert the following code from Ruby to C#. However I'm kind of
How can I store the string value in stdout from the following Ruby code?
Im working on Ruby c extension, I have following code from c program, VALUE
Consider the following code in ruby, assume I called prestart from somewhere: def tester(process_name,
the following code (from a database object created for each new view): -(void)update:(NSString *)queryText{
I have the following code: from random import randint,choice add=lambda x:lambda y:x+y sub=lambda x:lambda

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.