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

  • SEARCH
  • Home
  • 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 7419693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:06:52+00:00 2026-05-29T08:06:52+00:00

When an instance of an object extends a module and extended is called on

  • 0

When an instance of an object extends a module and extended is called on the module does the base already extend module?

module M
  def self.extended base
    # when this is called has base extended
  end

  def self.some_method
    # that does something special ;)
  end
end

obj = Object.new
obj.extend M

Update: Okay, so an Object and a String works, but why doesn’t numbers work? I get TypeError: can't define singleton

  • 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-05-29T08:06:53+00:00Added an answer on May 29, 2026 at 8:06 am

    You cannot define a singleton on a Fixnum in ruby, because there is really only one of them (for each Fixnum). For example (in IRB):

    1.object_id
    => 3
    1.object_id
    =>3
    

    Unlike strings, for example:

    "panda".object_id
    => 78405050
    "panda".object_id
    => 78383110
    

    Obviously the specific numbers are going to vary on your system.

    This makes sense, since there is no way for a particular “instance” of 73 to be different from any other “instance” of 73 (and I use the word “instance” loosely because it isn’t really an instance – they are all the same object).

    http://ruby-doc.org/core-1.9.3/Fixnum.html

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

Sidebar

Related Questions

When you have an object instance in C#, you can use the this keyword
I need this roadmap of a Hibernate managed object instance. First, I create an
Lets say I have a structure like this: Object A contains an instance of
I've put some functionality in a module, to be extended by an object. I'd
Given a model's instance object, how can I get the database table's name? I
Is there any way of associating an object instance (object A) with a second
I have an object instance which I access with the ME as it accesses
I'd like an instance variable object to adopt a protocol. @interface GameScene : Scene
If I have an object instance and I know it is actually a boxed
I cannot figure out what my object instance names are because of how I

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.