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

DougM tic-tac-toe submission for final #118

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

Conversation

Doug-MacDowell
Copy link

Had to abandon this little goodie midstream after spending 20 hours on it so that I could move on to my gem project. Only got about half of the steps to pass.

@@ -3,7 +3,16 @@ Please Read Chapters 23 and 24 DuckTyping and MetaProgramming

Questions:
1. What is method_missing and how can it be used?
A. This is a hook method that Ruby will try to invoke on an object when a method call is made and Ruby can't find the method in the object's class or superclasses. It can be used to intercept and handle (or report) undefined methods, or it can be used with patterns to selectively forward particular method calls to a superclass.
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