Module: GameSystem
- Defined in:
- lib/focus/namespaces.rb
Overview
in a module you can have
Defined Under Namespace
Classes: Player
Constant Summary collapse
- VERSION =
constants
2.0
Class Method Summary collapse
-
.info ⇒ Object
module methods.
Class Method Details
.info ⇒ Object
module methods
15 16 17 |
# File 'lib/focus/namespaces.rb', line 15 def self.info #module methods puts "GameSystem version #{VERSION}" end |