Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Includes work to date for final #115

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Conversation

davejlane
Copy link

No description provided.

5. What is the difference between a singleton class and a singleton method?
When you add a method to a specific object Ruby inserts a new anonymous class into the inheritance hierarchy as a container to hold these types of methods. A singleton method is a method that is given to only a single object.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants