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

tic-tac-toe from week 7 for our final Craig Adams #117

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

tic-tac-toe from week 7 for our final Craig Adams #117

wants to merge 28 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 27, 2013

Tried and tried to complete tic-tac-toe.

Ruby invokes a method called method_missing on the original object. The default
behavior is to report an error and terminate the program. Since missing_method is
simply a Ruby method, you can override it in your own class to handle calls in an
application specific way.
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.

1 participant