Class: Game::Controller
- Inherits:
-
Object
- Object
- Game::Controller
- Defined in:
- lib/game/controller.rb
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/game/controller.rb', line 6 def inherited(base) if self == Game::Controller else end end |